diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-07-10 09:05:28 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-07-10 09:05:28 +0000 |
commit | f6072c8b5ebd95103eb90b56c64dcede3c430260 (patch) | |
tree | 59da153e1185ddfd9c7dd4f5ee835fd82f9a09c5 /net/SDL_net/patches | |
parent | 7883071892ede759c0c1cdbce9fc79cf5f7e1ad2 (diff) | |
download | pkgsrc-f6072c8b5ebd95103eb90b56c64dcede3c430260.tar.gz |
Initial import of SDL_net-1.2.0
This is a small sample cross-platform networking library
Diffstat (limited to 'net/SDL_net/patches')
-rw-r--r-- | net/SDL_net/patches/patch-aa | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/SDL_net/patches/patch-aa b/net/SDL_net/patches/patch-aa new file mode 100644 index 00000000000..2badafdebc2 --- /dev/null +++ b/net/SDL_net/patches/patch-aa @@ -0,0 +1,16 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/07/10 09:05:28 zuntum Exp $ + +--- SDLnetsys.h.orig Thu Apr 5 23:36:43 2001 ++++ SDLnetsys.h +@@ -48,6 +48,11 @@ + #include <unistd.h> + #include <fcntl.h> + #ifndef __BEOS__ ++#ifdef __NetBSD__ ++#include <sys/types.h> ++#include <sys/socket.h> ++#include <netinet/in.h> ++#endif + #include <arpa/inet.h> + #endif + #include <netinet/in.h> |