r1322 - trunk/code/qcommon
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Wed Apr 16 02:42:29 EDT 2008
Author: ludwig
Date: 2008-04-16 02:42:29 -0400 (Wed, 16 Apr 2008)
New Revision: 1322
Modified:
trunk/code/qcommon/net_ip.c
Log:
Fix build on IRIX (Patrick Baggett)
Modified: trunk/code/qcommon/net_ip.c
===================================================================
--- trunk/code/qcommon/net_ip.c 2008-04-15 14:19:03 UTC (rev 1321)
+++ trunk/code/qcommon/net_ip.c 2008-04-16 06:42:29 UTC (rev 1322)
@@ -65,7 +65,7 @@
#include <sys/types.h>
#include <sys/time.h>
#include <unistd.h>
-#ifndef __sun
+#if !defined(__sun) && !defined(__sgi)
#include <ifaddrs.h>
#endif
More information about the quake3-commits
mailing list