Commit 07dd067f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

DJGPP fix by Gisle Vanem

parent 420744d0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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)