aboutsummaryrefslogtreecommitdiff
path: root/lib/if2ip.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-28 13:11:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-28 13:11:10 +0000
commit8f809e2a9329c419ac184d658b58902ace51e97b (patch)
tree28dd788dbbafbe323046fc1ce6816904ef6fd9a2 /lib/if2ip.c
parentf216059b4930be3bca1251a504fb43eda42a3d48 (diff)
James Bursa made it compile on RISC OS as well.
Diffstat (limited to 'lib/if2ip.c')
-rw-r--r--lib/if2ip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/if2ip.c b/lib/if2ip.c
index 5975a3ad2..988e5924a 100644
--- a/lib/if2ip.c
+++ b/lib/if2ip.c
@@ -32,7 +32,8 @@
#include <unistd.h>
#endif
-#if ! defined(WIN32) && ! defined(__BEOS__) && !defined(__CYGWIN32__)
+#if ! defined(WIN32) && ! defined(__BEOS__) && !defined(__CYGWIN32__) && \
+ ! defined(__riscos__)
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>