diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-12 13:09:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-12 13:09:46 +0000 |
commit | e67ef85cc7a048b802ab14101a8ab25b5bc282b1 (patch) | |
tree | 35d3348a57801720f146300144399dc1778903eb /games/teg/files/patch-server::aux.c | |
parent | Remove forceful WITH_FULL_MOZILLA - it now works with mozilla-embedded. (diff) |
Update to 0.6.3.
Notes
Notes:
svn path=/head/; revision=41312
Diffstat (limited to 'games/teg/files/patch-server::aux.c')
-rw-r--r-- | games/teg/files/patch-server::aux.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/teg/files/patch-server::aux.c b/games/teg/files/patch-server::aux.c new file mode 100644 index 000000000000..fafc75fd2718 --- /dev/null +++ b/games/teg/files/patch-server::aux.c @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- server/aux.c 2001/04/12 12:54:48 1.1 ++++ server/aux.c 2001/04/12 12:55:13 +@@ -28,6 +28,7 @@ + #include <stdlib.h> + #include <string.h> + #include <assert.h> ++#include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> + #include <arpa/inet.h> |