diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-02 10:08:31 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-02 10:08:31 +0000 |
commit | 4da51cd6f5424b082f20e913d3181842b6b7f495 (patch) | |
tree | 41bdc544024027c324be1d346f369af091934879 /games | |
parent | e0374a6fc28239d8dcf63a82e0cca5f583eb7bc9 (diff) | |
download | ports-4da51cd6f5424b082f20e913d3181842b6b7f495.tar.gz ports-4da51cd6f5424b082f20e913d3181842b6b7f495.zip |
FIx compiling on 4.11
Noticed by: YAPHR
Submitted by: Ed Schouten <ed@fxq.nl>
Notes
Notes:
svn path=/head/; revision=152572
Diffstat (limited to 'games')
-rw-r--r-- | games/q3base/files/patch-netinet.diff | 10 | ||||
-rw-r--r-- | games/quake3-q3base/files/patch-netinet.diff | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/games/q3base/files/patch-netinet.diff b/games/q3base/files/patch-netinet.diff new file mode 100644 index 000000000000..ce72a52312b7 --- /dev/null +++ b/games/q3base/files/patch-netinet.diff @@ -0,0 +1,10 @@ +--- src/qcommon/common.c Thu Oct 6 00:51:26 2005 ++++ src/qcommon/common.c Sun Jan 1 22:13:57 2006 +@@ -27,6 +27,7 @@ + #ifdef _WIN32 + #include <winsock.h> + #else ++#include <sys/types.h> + #include <netinet/in.h> + #endif + diff --git a/games/quake3-q3base/files/patch-netinet.diff b/games/quake3-q3base/files/patch-netinet.diff new file mode 100644 index 000000000000..ce72a52312b7 --- /dev/null +++ b/games/quake3-q3base/files/patch-netinet.diff @@ -0,0 +1,10 @@ +--- src/qcommon/common.c Thu Oct 6 00:51:26 2005 ++++ src/qcommon/common.c Sun Jan 1 22:13:57 2006 +@@ -27,6 +27,7 @@ + #ifdef _WIN32 + #include <winsock.h> + #else ++#include <sys/types.h> + #include <netinet/in.h> + #endif + |