DJGPP fix by Gisle Vanem

This commit is contained in:
Daniel Stenberg 2003-05-23 06:43:14 +00:00
parent 420744d048
commit 07dd067f73

View File

@ -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)