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 988e592..d4cfa51 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)