Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/src/haptic/darwin/SDL_syshaptic.c Tue Aug 26 07:34:49 2008 +0000 +++ b/src/haptic/darwin/SDL_syshaptic.c Tue Aug 26 11:17:16 2008 +0000 @@ -31,6 +31,7 @@ #include <IOKit/IOKitLib.h> #include <IOKit/hid/IOHIDKeys.h> +#include <IOKit/hid/IOHIDUsageTables.h> #include <ForceFeedback/ForceFeedback.h> #include <ForceFeedback/ForceFeedbackConstants.h>