summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-15 10:44:34 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-15 10:44:34 +0200
commite24a724e341f3dfa7461d7cd8f318513582c01a5 (patch)
tree2319ede2221e94dd849789d387c321ca56827e9e /gl
parent319909d04f27f4defd38194d4d880270e0cda7c2 (diff)
downloadgnutls-e24a724e341f3dfa7461d7cd8f318513582c01a5.tar.gz
win32 fix. Patch by LRN.
Diffstat (limited to 'gl')
-rw-r--r--gl/tests/ioctl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gl/tests/ioctl.c b/gl/tests/ioctl.c
index 4a2fd3981f..aa5df602c0 100644
--- a/gl/tests/ioctl.c
+++ b/gl/tests/ioctl.c
@@ -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)