summaryrefslogtreecommitdiff
path: root/net/sdl_net/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-09-20 15:52:40 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-09-20 15:52:40 +0000
commit886612c43d1e22d6353678f7f8cd2e1f45d7f0dc (patch)
tree71f9419b3f07a557ef3ffbbbc4efa3739ee9d13a /net/sdl_net/files
parentAdd guilib - a very simple GUI framework for use with SDL. Now we have a GUI (diff)
Add sdl_net - a small sample cross-platform networking library.
Notes
Notes: svn path=/head/; revision=32898
Diffstat (limited to 'net/sdl_net/files')
-rw-r--r--net/sdl_net/files/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/sdl_net/files/patch-aa b/net/sdl_net/files/patch-aa
new file mode 100644
index 000000000000..db99084f9e97
--- /dev/null
+++ b/net/sdl_net/files/patch-aa
@@ -0,0 +1,14 @@
+--- SDLnetsys.h.orig Sun Jul 2 02:28:47 2000
++++ SDLnetsys.h Wed Sep 20 18:42:27 2000
+@@ -41,6 +41,11 @@
+ #include <unistd.h>
+ #include <fcntl.h>
+ #ifndef __BEOS__
++#ifdef __FreeBSD__
++#include <sys/types.h>
++#include <sys/socket.h>
++#include <netinet/in.h>
++#endif /* FreeBSD */
+ #include <arpa/inet.h>
+ #endif
+ #include <netinet/in.h>