diff options
author | icculus <icculus@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2008-06-09 00:07:14 +0000 |
---|---|---|
committer | icculus <icculus@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2008-06-09 00:07:14 +0000 |
commit | a2a2f54a039a8e83e284cfedf4695c7bb0ab5c13 (patch) | |
tree | 11f1be9b168d65ec6923eace24aa652d01fd0b91 /code/sdl | |
parent | 45a49fa7c95f10f49822874557d26aa4737495b1 (diff) | |
download | ioquake3-aero-a2a2f54a039a8e83e284cfedf4695c7bb0ab5c13.tar.gz ioquake3-aero-a2a2f54a039a8e83e284cfedf4695c7bb0ab5c13.zip |
Whoops, maybe this is the right header location...
git-svn-id: svn://svn.icculus.org/quake3/trunk@1384 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/sdl')
-rw-r--r-- | code/sdl/sdl_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/sdl/sdl_input.c b/code/sdl/sdl_input.c index b826678..f3f8ccc 100644 --- a/code/sdl/sdl_input.c +++ b/code/sdl/sdl_input.c @@ -42,7 +42,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #endif #ifdef MACOS_X_ACCELERATION_HACK -#include <IOKit/hidsystem/IOTypes.h> +#include <IOKit/IOTypes.h> #include <IOKit/hidsystem/IOHIDLib.h> #include <IOKit/hidsystem/IOHIDParameter.h> #include <IOKit/hidsystem/event_status_driver.h> |