comparison src/haptic/darwin/SDL_syshaptic.c @ 2729:6c8bc4d87282

Missing an include.
author Edgar Simo <bobbens@gmail.com>
date Tue, 26 Aug 2008 11:17:16 +0000
parents 0906692aa6a4
children 8f4ed5ec2b06
comparison
equal deleted inserted replaced
2728:2768bd7281e0 2729:6c8bc4d87282
29 #include "../../joystick/SDL_sysjoystick.h" /* For the real SDL_Joystick */ 29 #include "../../joystick/SDL_sysjoystick.h" /* For the real SDL_Joystick */
30 #include "../../joystick/darwin/SDL_sysjoystick_c.h" /* For joystick hwdata */ 30 #include "../../joystick/darwin/SDL_sysjoystick_c.h" /* For joystick hwdata */
31 31
32 #include <IOKit/IOKitLib.h> 32 #include <IOKit/IOKitLib.h>
33 #include <IOKit/hid/IOHIDKeys.h> 33 #include <IOKit/hid/IOHIDKeys.h>
34 #include <IOKit/hid/IOHIDUsageTables.h>
34 #include <ForceFeedback/ForceFeedback.h> 35 #include <ForceFeedback/ForceFeedback.h>
35 #include <ForceFeedback/ForceFeedbackConstants.h> 36 #include <ForceFeedback/ForceFeedbackConstants.h>
36 37
37 38
38 #define MAX_HAPTICS 32 39 #define MAX_HAPTICS 32