reorder includes to fix build on OpenBSD (#3663, patch by Jonathan Gray)

This commit is contained in:
Ludwig Nussel 2008-05-25 10:00:15 +00:00
parent 843994c074
commit a15002ad0d
1 changed files with 1 additions and 1 deletions

View File

@ -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>