]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
win32 fix. Patch by LRN.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 15 Sep 2012 08:44:34 +0000 (10:44 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 15 Sep 2012 08:44:34 +0000 (10:44 +0200)
gl/tests/ioctl.c

index 4a2fd3981fa79916b497cc5787f6138276412016..aa5df602c0201ea36a1b87623d7518b6ab40fc06 100644 (file)
@@ -53,6 +53,8 @@ rpl_ioctl (int fd, int request, ... /* {void *,char *} arg */)
 # include "fd-hook.h"
 /* Get _get_osfhandle.  */
 # include "msvc-nothrow.h"
+/* Get HANDLE */
+# include <windows.h>
 
 static int
 primary_ioctl (int fd, int request, void *arg)