aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/dynload.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/dynload.c')
-rw-r--r--cipher/dynload.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cipher/dynload.c b/cipher/dynload.c
index adf576780..879d2ec6d 100644
--- a/cipher/dynload.c
+++ b/cipher/dynload.c
@@ -31,6 +31,9 @@
#include <dl.h>
#include <errno.h>
#endif
+#ifdef __MINGW32__
+ #include <windows.h>
+#endif
#include "util.h"
#include "cipher.h"
#include "dynload.h"