summaryrefslogtreecommitdiffstats
path: root/crypto/dllmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/dllmain.c')
-rw-r--r--crypto/dllmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dllmain.c b/crypto/dllmain.c
index 6f12741f9a..48c0cd3122 100644
--- a/crypto/dllmain.c
+++ b/crypto/dllmain.c
@@ -8,7 +8,7 @@
*/
#include "e_os.h"
-#include "internal/cryptlib_int.h"
+#include "crypto/cryptlib.h"
#if defined(_WIN32) || defined(__CYGWIN__)
# ifdef __CYGWIN__