diff options
Diffstat (limited to '')
| -rw-r--r-- | net/sdl_net/files/patch-aa | 14 |
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> |
