Skip to content

Commit

Permalink
Added #include to fix compiler warning on Mac OS X.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 9, 2008
1 parent a7b854d commit a665d82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/sdl/sdl_input.c
Expand Up @@ -42,6 +42,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#endif

#ifdef MACOS_X_ACCELERATION_HACK
#include <IOKit/hidsystem/IOTypes.h>
#include <IOKit/hidsystem/IOHIDLib.h>
#include <IOKit/hidsystem/IOHIDParameter.h>
#include <IOKit/hidsystem/event_status_driver.h>
Expand Down

0 comments on commit a665d82

Please sign in to comment.