mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
reorder includes to fix build on OpenBSD (#3663, patch by Jonathan Gray)
This commit is contained in:
parent
843994c074
commit
a15002ad0d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue