diff options
Diffstat (limited to 'games/qstat/files/patch-doom3.c')
-rw-r--r-- | games/qstat/files/patch-doom3.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/qstat/files/patch-doom3.c b/games/qstat/files/patch-doom3.c new file mode 100644 index 000000000000..3243cdf1407d --- /dev/null +++ b/games/qstat/files/patch-doom3.c @@ -0,0 +1,10 @@ +--- doom3.c.orig Sat Dec 17 14:14:38 2005 ++++ doom3.c Sat Dec 17 14:14:49 2005 +@@ -11,6 +11,7 @@ + #include <stdio.h> + #include <stdlib.h> + #ifndef _WIN32 ++#include <sys/types.h> + #include <sys/socket.h> + #endif + |