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:
parent
8aacd724f7
commit
a1b7fa95a4
2 changed files with 7 additions and 0 deletions
|
@ -67,6 +67,9 @@
|
|||
#include <string.h>
|
||||
|
||||
#include <windows.h>
|
||||
#ifdef __CYGWIN32__
|
||||
# include <winioctl.h>
|
||||
#endif
|
||||
|
||||
|
||||
#include "types.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue