diff options
Diffstat (limited to 'cipher/rndw32.c')
-rw-r--r-- | cipher/rndw32.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cipher/rndw32.c b/cipher/rndw32.c index 278ea8ec2..484b11c52 100644 --- a/cipher/rndw32.c +++ b/cipher/rndw32.c @@ -67,6 +67,9 @@ #include <string.h> #include <windows.h> +#ifdef __CYGWIN32__ +# include <winioctl.h> +#endif #include "types.h" |