mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-23 12:32: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/time.h>
|
||||
#include <unistd.h>
|
||||
#ifndef __sun
|
||||
#if !defined(__sun) && !defined(__sgi)
|
||||
#include <ifaddrs.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue