aboutsummaryrefslogtreecommitdiffstats
path: root/code/sdl
diff options
context:
space:
mode:
authorthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-12-14 16:54:13 +0000
committerthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-12-14 16:54:13 +0000
commit7fda2bcce8db155720ec8bfe16b7ea17667aaf89 (patch)
tree595404ebc19c4c242fe0d1182cb095ad361104b0 /code/sdl
parent1e7a5984c95f4538338de10d295f2af3edb44faf (diff)
downloadioquake3-aero-7fda2bcce8db155720ec8bfe16b7ea17667aaf89.tar.gz
ioquake3-aero-7fda2bcce8db155720ec8bfe16b7ea17667aaf89.zip
Fix building on MacOSX.
git-svn-id: svn://svn.icculus.org/quake3/trunk@1238 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/sdl')
-rw-r--r--code/sdl/sdl_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/sdl/sdl_input.c b/code/sdl/sdl_input.c
index 0663c7f..d285ccb 100644
--- a/code/sdl/sdl_input.c
+++ b/code/sdl/sdl_input.c
@@ -44,7 +44,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#ifdef MACOS_X_ACCELERATION_HACK
#include <IOKit/hidsystem/IOHIDLib.h>
#include <IOKit/hidsystem/IOHIDParameter.h>
-#include <drivers/event_status_driver.h>
+#include <IOKit/hidsystem/event_status_driver.h>
#endif
//#define KBD_DBG