mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-13 21:51:09 +00:00
Fix build on IRIX (Patrick Baggett)
This commit is contained in:
parent
3327ce1ab3
commit
7a8c1ddaa6
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ static qboolean winsockInitialized = qfalse;
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#ifndef __sun
|
#if !defined(__sun) && !defined(__sgi)
|
||||||
#include <ifaddrs.h>
|
#include <ifaddrs.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue