1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-03-25 22:19:59 +01: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

@ -1,3 +1,7 @@
2001-12-19 Werner Koch <wk@gnupg.org>
* rndw32.c [CYGWIN32]: Include winioctl.h. By Disastry.
2001-11-08 Werner Koch <wk@gnupg.org>
* primegen.c (gen_prime): Set 2 high order bits for secret primes.

View File

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