r1383 - trunk/code/sdl

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Jun 8 20:04:46 EDT 2008


Author: icculus
Date: 2008-06-08 20:04:45 -0400 (Sun, 08 Jun 2008)
New Revision: 1383

Modified:
   trunk/code/sdl/sdl_input.c
Log:
Added #include to fix compiler warning on Mac OS X.


Modified: trunk/code/sdl/sdl_input.c
===================================================================
--- trunk/code/sdl/sdl_input.c	2008-06-08 08:25:25 UTC (rev 1382)
+++ trunk/code/sdl/sdl_input.c	2008-06-09 00:04:45 UTC (rev 1383)
@@ -42,6 +42,7 @@
 #endif
 
 #ifdef MACOS_X_ACCELERATION_HACK
+#include <IOKit/hidsystem/IOTypes.h>
 #include <IOKit/hidsystem/IOHIDLib.h>
 #include <IOKit/hidsystem/IOHIDParameter.h>
 #include <IOKit/hidsystem/event_status_driver.h>




More information about the quake3-commits mailing list