Skip to content
Snippets Groups Projects
Commit 8f809e2a authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

James Bursa made it compile on RISC OS as well.

parent f216059b
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -24,7 +24,8 @@
***************************************************************************/
#include "setup.h"
#if ! defined(WIN32) && ! defined(__BEOS__) && !defined(__CYGWIN32__)
#if ! defined(WIN32) && ! defined(__BEOS__) && !defined(__CYGWIN32__) && \
! defined(__riscos__)
extern char *Curl_if2ip(char *interface, char *buf, int buf_size);
#else
#define Curl_if2ip(a,b,c) NULL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment