2008-06-18 11:18:44 +00:00
|
|
|
$OpenBSD: patch-SDLnetsys_h,v 1.3 2008/06/18 11:18:44 ajacoutot Exp $
|
|
|
|
--- SDLnetsys.h.orig Mon May 1 09:25:58 2006
|
|
|
|
+++ SDLnetsys.h Tue Jun 17 09:57:05 2008
|
|
|
|
@@ -53,6 +53,11 @@
|
2001-05-07 04:10:07 +00:00
|
|
|
#include <fcntl.h>
|
2002-09-03 06:24:46 +00:00
|
|
|
#include <netinet/in.h>
|
2001-05-07 04:10:07 +00: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 06:24:46 +00:00
|
|
|
#ifdef linux /* FIXME: what other platforms have this? */
|