diff src/joystick/darwin/SDL_sysjoystick.c @ 196:c4c4b221a5e5

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sun, 23 Sep 2001 21:58:52 +0000
parents 37e3ca9254c7
children ab4abaf66814
line wrap: on
line diff
--- a/src/joystick/darwin/SDL_sysjoystick.c	Sun Sep 23 21:10:30 2001 +0000
+++ b/src/joystick/darwin/SDL_sysjoystick.c	Sun Sep 23 21:58:52 2001 +0000
@@ -20,7 +20,7 @@
 	slouken@devolution.com
 */
 
-/* SDL joystick driver for Darwn / MacOS X, based on the IOKit HID API */
+/* SDL joystick driver for Darwin / MacOS X, based on the IOKit HID API */
 /* Written 2001 by Max Horn */
 
 #include <stdio.h>
@@ -33,7 +33,7 @@
 #include <mach/mach_error.h>
 #include <IOKit/IOKitLib.h>
 #include <IOKit/IOCFPlugIn.h>
-#include <IOKit/IOUSBHIDParser.h>
+#include <IOKit/hidsystem/IOHIDUsageTables.h>
 #include <IOKit/hid/IOHIDLib.h>
 #include <IOKit/hid/IOHIDKeys.h>
 #include <CoreFoundation/CoreFoundation.h>