summaryrefslogtreecommitdiff
path: root/games/xblast-beta/files/patch-ae
blob: 35a6ca8a76cd5b3ebcaf9b9ae17ab199efabcd86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- common.h~	Mon Jun 12 16:52:17 2000
+++ common.h	Mon Mar 12 18:53:58 2001
@@ -23,6 +23,7 @@
 #ifndef _COMMON_H
 #define _COMMON_H
 
+#include <sys/types.h>
 #include <assert.h>
 #include <ctype.h>
 #include <dirent.h>
@@ -38,7 +39,6 @@
 #include <sys/socket.h>
 #include <sys/stat.h>
 #include <sys/time.h>
-#include <sys/types.h>
 #include <sys/wait.h>
 #include <time.h>
 #include <unistd.h>