]> granicus.if.org Git - curl/commitdiff
DJGPP fix by Gisle Vanem
authorDaniel Stenberg <daniel@haxx.se>
Fri, 23 May 2003 06:43:14 +0000 (06:43 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 23 May 2003 06:43:14 +0000 (06:43 +0000)
lib/if2ip.c

index 988e5924a3b90aeb0d5806a075d8de55069841d3..d4cfa51810d7e5c4099301e5bd3060ac88ec74ae 100644 (file)
 #include "memdebug.h"
 #endif
 
+#ifdef DJGPP
+#define IOCTL_3_ARGS
+#endif
+
 #define SYS_ERROR -1
 
 char *Curl_if2ip(char *interface, char *buf, int buf_size)