Move the REF_PRINT support from e_os.h to internal/refcount.h.
[openssl.git] / crypto / dsa / dsa_lib.c
index c90d09b0f06f9a4ca2fc58af85872ca4a875a919..caaa65c1f53bb40b95b5d4818042827cd8690067 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the OpenSSL license (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
@@ -11,6 +11,7 @@
 
 #include <stdio.h>
 #include "internal/cryptlib.h"
+#include "internal/refcount.h"
 #include <openssl/bn.h>
 #include "dsa_locl.h"
 #include <openssl/asn1.h>