diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-04-12 21:52:03 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-04-12 21:52:03 +0200 |
commit | 4b9169e8900bfacbc688f4d68911b10f3240cc8a (patch) | |
tree | c319251c13316e244d6f7a533b32e5121ef1a55a /gl | |
parent | d2568a57b69140d654c5c86660d9cbc246862aba (diff) | |
download | gnutls-4b9169e8900bfacbc688f4d68911b10f3240cc8a.tar.gz |
updated gnulib
Diffstat (limited to 'gl')
-rw-r--r-- | gl/tests/ioctl.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gl/tests/ioctl.c b/gl/tests/ioctl.c index 2e51c92d9a..4a2fd3981f 100644 --- a/gl/tests/ioctl.c +++ b/gl/tests/ioctl.c @@ -46,6 +46,10 @@ rpl_ioctl (int fd, int request, ... /* {void *,char *} arg */) # include <errno.h> +/* Get HANDLE. */ +# define WIN32_LEAN_AND_MEAN +# include <windows.h> + # include "fd-hook.h" /* Get _get_osfhandle. */ # include "msvc-nothrow.h" |