diff options
Diffstat (limited to 'net/sdl_net/files/patch-SDLnetsys.h')
-rw-r--r-- | net/sdl_net/files/patch-SDLnetsys.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/sdl_net/files/patch-SDLnetsys.h b/net/sdl_net/files/patch-SDLnetsys.h new file mode 100644 index 000000000000..db99084f9e97 --- /dev/null +++ b/net/sdl_net/files/patch-SDLnetsys.h @@ -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> |