aboutsummaryrefslogtreecommitdiff
path: root/lib/if2ip.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-03-04 22:39:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-03-04 22:39:31 +0000
commitb5c5f576135235fd7f5aae0337a79c546e247651 (patch)
tree2ef29edbad06672e1db8092b5713d4994aa2f1a6 /lib/if2ip.h
parent33df856925e2374678fb2ad58f174c16675dd5b3 (diff)
build fix for Interix
Diffstat (limited to 'lib/if2ip.h')
-rw-r--r--lib/if2ip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/if2ip.h b/lib/if2ip.h
index 4364b09d1..4e86e2b27 100644
--- a/lib/if2ip.h
+++ b/lib/if2ip.h
@@ -27,6 +27,8 @@
extern char *Curl_if2ip(const char *interf, char *buf, int buf_size);
#ifdef __INTERIX
+#include <sys/socket.h>
+
/* Nedelcho Stanev's work-around for SFU 3.0 */
struct ifreq {
#define IFNAMSIZ 16