diff options
author | ludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2008-05-25 10:00:15 +0000 |
---|---|---|
committer | ludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2008-05-25 10:00:15 +0000 |
commit | 159ae1a34675660e6d155ac77975e8ec7efc5f7b (patch) | |
tree | dc6105ad3312ca50400c2424ee02a139e2b32a86 /code/qcommon | |
parent | 0e23021b62c71c096820645ee3a1b76615c15661 (diff) | |
download | ioquake3-aero-159ae1a34675660e6d155ac77975e8ec7efc5f7b.tar.gz ioquake3-aero-159ae1a34675660e6d155ac77975e8ec7efc5f7b.zip |
reorder includes to fix build on OpenBSD (#3663, patch by Jonathan Gray)
git-svn-id: svn://svn.icculus.org/quake3/trunk@1346 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/qcommon')
-rw-r--r-- | code/qcommon/net_ip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/qcommon/net_ip.c b/code/qcommon/net_ip.c index 55a1d4f..636c98a 100644 --- a/code/qcommon/net_ip.c +++ b/code/qcommon/net_ip.c @@ -59,9 +59,9 @@ static qboolean winsockInitialized = qfalse; #include <errno.h> #include <netdb.h> #include <netinet/in.h> +#include <sys/socket.h> #include <net/if.h> #include <sys/ioctl.h> -#include <sys/socket.h> #include <sys/types.h> #include <sys/time.h> #include <unistd.h> |