Mercurial > sdl-ios-xcode
changeset 208:ab4abaf66814
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 16 Oct 2001 15:01:37 +0000 |
parents | c03846dd489b |
children | c995b877bc5b |
files | src/joystick/darwin/SDL_sysjoystick.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/joystick/darwin/SDL_sysjoystick.c Tue Oct 16 14:55:59 2001 +0000 +++ b/src/joystick/darwin/SDL_sysjoystick.c Tue Oct 16 15:01:37 2001 +0000 @@ -33,7 +33,7 @@ #include <mach/mach_error.h> #include <IOKit/IOKitLib.h> #include <IOKit/IOCFPlugIn.h> -#include <IOKit/hidsystem/IOHIDUsageTables.h> +#include <Kernel/IOKit/hidsystem/IOHIDUsageTables.h> #include <IOKit/hid/IOHIDLib.h> #include <IOKit/hid/IOHIDKeys.h> #include <CoreFoundation/CoreFoundation.h>