diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-04-22 22:53:53 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-04-22 22:53:53 +0000 |
commit | 1960eebc2d021ecf5ffc3f6d4e935d54aa592c72 (patch) | |
tree | 258a993cae8cec4f2eff333347adb8b87e809b84 /lib/if2ip.c | |
parent | ad1dd086937138f56e5942ae0840867372c77d03 (diff) | |
download | curl-1960eebc2d021ecf5ffc3f6d4e935d54aa592c72.tar.gz |
Added support for running on Symbian OS.
Diffstat (limited to 'lib/if2ip.c')
-rw-r--r-- | lib/if2ip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/if2ip.c b/lib/if2ip.c index 518200cb8..18696e9e7 100644 --- a/lib/if2ip.c +++ b/lib/if2ip.c @@ -39,7 +39,7 @@ */ #if !defined(WIN32) && !defined(__BEOS__) && !defined(__CYGWIN__) && \ !defined(__riscos__) && !defined(__INTERIX) && !defined(NETWARE) && \ - !defined(__AMIGA__) && !defined(__minix) + !defined(__AMIGA__) && !defined(__minix) && !defined(__SYMBIAN32__) #ifdef HAVE_SYS_SOCKET_H #include <sys/socket.h> |