# HG changeset patch # User Edgar Simo # Date 1218397622 0 # Node ID db93456d4b26dfaee4245b24f975d77fd0d7e421 # Parent 2f826c229d7729452d2ba62bd65ed58d031639b4 Forgot some headers. diff -r 2f826c229d77 -r db93456d4b26 src/joystick/darwin/SDL_sysjoystick.c --- a/src/joystick/darwin/SDL_sysjoystick.c Sun Aug 10 19:45:38 2008 +0000 +++ b/src/joystick/darwin/SDL_sysjoystick.c Sun Aug 10 19:47:02 2008 +0000 @@ -48,6 +48,10 @@ #include #include /* for NewPtrClear, DisposePtr */ +/* For force feedback testing. */ +#include +#include + #include "SDL_joystick.h" #include "../SDL_sysjoystick.h" #include "../SDL_joystick_c.h"