diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-07-13 18:06:40 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-07-13 18:06:40 +0000 |
commit | 16bbd13af7244cc0967d9f12327f63ffcaeac4bd (patch) | |
tree | 345f4e74a520be8b1ef6cae6bd9a171938198b79 /lib/if2ip.c | |
parent | ee0666c8df0022a13fd478fe4a916f647a6338c5 (diff) | |
download | curl-16bbd13af7244cc0967d9f12327f63ffcaeac4bd.tar.gz |
Diego Casorran patches to make (lib)curl build fine on Amiga again
Diffstat (limited to 'lib/if2ip.c')
-rw-r--r-- | lib/if2ip.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/if2ip.c b/lib/if2ip.c index 26b4fae0a..c975ae200 100644 --- a/lib/if2ip.c +++ b/lib/if2ip.c @@ -34,7 +34,8 @@ #include "if2ip.h" #if !defined(WIN32) && !defined(__BEOS__) && !defined(__CYGWIN32__) && \ - !defined(__riscos__) && !defined(__INTERIX) && !defined(NETWARE) + !defined(__riscos__) && !defined(__INTERIX) && !defined(NETWARE) && \ + !defined(_AMIGASF) #ifdef HAVE_SYS_SOCKET_H #include <sys/socket.h> |