r1346 - trunk/code/qcommon
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sun May 25 06:00:18 EDT 2008
Author: ludwig
Date: 2008-05-25 06:00:15 -0400 (Sun, 25 May 2008)
New Revision: 1346
Modified:
trunk/code/qcommon/net_ip.c
Log:
reorder includes to fix build on OpenBSD (#3663, patch by Jonathan Gray)
Modified: trunk/code/qcommon/net_ip.c
===================================================================
--- trunk/code/qcommon/net_ip.c 2008-05-17 10:50:08 UTC (rev 1345)
+++ trunk/code/qcommon/net_ip.c 2008-05-25 10:00:15 UTC (rev 1346)
@@ -59,9 +59,9 @@
#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>
More information about the quake3-commits
mailing list