r1202 - trunk/code/qcommon
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Fri Oct 26 11:01:52 EDT 2007
Author: ludwig
Date: 2007-10-26 11:01:52 -0400 (Fri, 26 Oct 2007)
New Revision: 1202
Modified:
trunk/code/qcommon/q_platform.h
Log:
include endian.h (#3399)
Modified: trunk/code/qcommon/q_platform.h
===================================================================
--- trunk/code/qcommon/q_platform.h 2007-10-23 13:35:31 UTC (rev 1201)
+++ trunk/code/qcommon/q_platform.h 2007-10-26 15:01:52 UTC (rev 1202)
@@ -122,6 +122,8 @@
#ifdef __linux__
+#include <endian.h>
+
#define OS_STRING "linux"
#define ID_INLINE inline
#define PATH_SEP '/'
More information about the quake3-commits
mailing list