aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-05-23 06:43:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-05-23 06:43:14 +0000
commit07dd067f731afc7e0a08240cc92a4b4f27163c2d (patch)
treeda14f167862f63e354bdb099eb0c89186609eb22
parent420744d048b184cdb119e1d1855a58b4fdca6e1f (diff)
DJGPP fix by Gisle Vanem
-rw-r--r--lib/if2ip.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/if2ip.c b/lib/if2ip.c
index 988e5924a..d4cfa5181 100644
--- a/lib/if2ip.c
+++ b/lib/if2ip.c
@@ -77,6 +77,10 @@
#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)