diff options
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> |