summaryrefslogtreecommitdiff
path: root/games/xblast-beta/files/patch-ae
blob: 88ac766ae456ccb0518ec461fcc551f1d06a7a3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- common.h~	Sun Apr  1 20:16:33 2001
+++ common.h	Sun Apr  8 19:59:01 2001
@@ -27,6 +27,7 @@
 #include "config.h"
 #endif
 
+#include <sys/types.h>
 #include <assert.h>
 #include <ctype.h>
 #include <dirent.h>
@@ -39,7 +40,6 @@
 #include <time.h>
 #ifndef Win32_Winsock
 #include <sys/time.h>
-#include <sys/types.h>
 #include <sys/socket.h>
 #endif