summaryrefslogtreecommitdiff
path: root/network_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'network_core.h')
-rw-r--r--network_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/network_core.h b/network_core.h
index 304f580a8..ef2d89a70 100644
--- a/network_core.h
+++ b/network_core.h
@@ -120,6 +120,7 @@ typedef unsigned long in_addr_t;
# if defined(__MORPHOS__)
# include <sys/filio.h> // FIO* defines
# include <sys/sockio.h> // SIO* defines
+# include <netinet/in.h>
# else // __AMIGA__
# include <proto/socket.h>
# endif
@@ -131,6 +132,7 @@ typedef unsigned long in_addr_t;
# define ioctl ioctlsocket
typedef unsigned int in_addr_t;
+ typedef long socklen_t;
extern struct Library *SocketBase;
# ifdef __AMIGA__