2002-09-03 02:24:46 -04:00
|
|
|
$OpenBSD: patch-SDLnetsys_h,v 1.2 2002/09/03 06:28:40 mark Exp $
|
|
|
|
--- SDLnetsys.h.orig Fri Dec 14 05:06:00 2001
|
|
|
|
+++ SDLnetsys.h Mon Sep 2 23:23:10 2002
|
|
|
|
@@ -49,6 +49,11 @@
|
2001-05-07 00:10:07 -04:00
|
|
|
#include <fcntl.h>
|
2002-09-03 02:24:46 -04:00
|
|
|
#include <netinet/in.h>
|
2001-05-07 00:10:07 -04:00
|
|
|
#ifndef __BEOS__
|
|
|
|
+#ifdef __OpenBSD__
|
|
|
|
+#include <sys/types.h>
|
|
|
|
+#include <sys/socket.h>
|
|
|
|
+#include <netinet/in.h>
|
|
|
|
+#endif /* OpenBSD */
|
|
|
|
#include <arpa/inet.h>
|
|
|
|
#endif
|
2002-09-03 02:24:46 -04:00
|
|
|
#ifdef linux /* FIXME: what other platforms have this? */
|