From: Nikos Mavrogiannopoulos Date: Sat, 15 Sep 2012 08:44:34 +0000 (+0200) Subject: win32 fix. Patch by LRN. X-Git-Tag: gnutls_3_1_2~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e24a724e341f3dfa7461d7cd8f318513582c01a5;p=thirdparty%2Fgnutls.git win32 fix. Patch by LRN. --- 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 static int primary_ioctl (int fd, int request, void *arg)