]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
updated gnulib
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 12 Apr 2012 19:52:03 +0000 (21:52 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 12 Apr 2012 19:52:03 +0000 (21:52 +0200)
gl/tests/ioctl.c

index 2e51c92d9a0f3e85a23b6017b7d7aacfd354093c..4a2fd3981fa79916b497cc5787f6138276412016 100644 (file)
@@ -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"