diff options
Diffstat (limited to 'cipher/dynload.c')
-rw-r--r-- | cipher/dynload.c | 3 |
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" |