diff options
author | Ben Millwood <thebenmachine@gmail.com> | 2009-10-03 11:19:42 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:14:53 +0000 |
commit | 616b5ea15bf22be383df083523174fbefec1cd97 (patch) | |
tree | 9e92b543f0c46e1224ffcf39ec6699046bfce32b /src/sdl | |
parent | 301fd365934eebeb9322de4191ff77fb1d274cd1 (diff) |
Fix compiling on OSX
Diffstat (limited to 'src/sdl')
-rw-r--r-- | src/sdl/sdl_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdl/sdl_input.c b/src/sdl/sdl_input.c index d65c3504..ddff11b4 100644 --- a/src/sdl/sdl_input.c +++ b/src/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 |