diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-14 19:03:21 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-14 19:03:21 +0000 |
commit | 872ee29b5f08f747a88a4c094eceee55de0f02db (patch) | |
tree | a186abce41d4016693f9d8cdeb6a862434f2bd70 /games/atr3d/files/patch-netconfig.h | |
parent | New port: library that makes it easy for programs to use (diff) |
New port: 3D asteroids-like multiplayer game
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
PR: 53194
Approved by: fjoe (implicit)
Notes
Notes:
svn path=/head/; revision=82990
Diffstat (limited to 'games/atr3d/files/patch-netconfig.h')
-rw-r--r-- | games/atr3d/files/patch-netconfig.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/games/atr3d/files/patch-netconfig.h b/games/atr3d/files/patch-netconfig.h new file mode 100644 index 000000000000..db523ec87f05 --- /dev/null +++ b/games/atr3d/files/patch-netconfig.h @@ -0,0 +1,8 @@ +--- netconfig.h.orig Wed Jun 11 11:20:08 2003 ++++ netconfig.h Wed Jun 11 11:20:31 2003 +@@ -1,3 +1,5 @@ ++#include <unistd.h> ++#include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> + #include <arpa/inet.h> |