Mercurial > sdl-ios-xcode
changeset 2729:6c8bc4d87282
Missing an include.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Tue, 26 Aug 2008 11:17:16 +0000 |
parents | 2768bd7281e0 |
children | 402f000bb74b |
files | src/haptic/darwin/SDL_syshaptic.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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>