1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* rndw32.c [CYGWIN32]: Include winioctl.h. By Disastry.

This commit is contained in:
Werner Koch 2001-12-19 18:05:04 +00:00
parent 8aacd724f7
commit a1b7fa95a4
2 changed files with 7 additions and 0 deletions

View file

@ -67,6 +67,9 @@
#include <string.h>
#include <windows.h>
#ifdef __CYGWIN32__
# include <winioctl.h>
#endif
#include "types.h"