From 5ba74bad3f671553c510b113351e97ec917d289f Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 16 Oct 2001 15:04:00 +0000 Subject: [PATCH] *** empty log message *** --- src/joystick/darwin/SDL_sysjoystick.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/joystick/darwin/SDL_sysjoystick.c b/src/joystick/darwin/SDL_sysjoystick.c index 6a80ec73b..5af5bb628 100644 --- a/src/joystick/darwin/SDL_sysjoystick.c +++ b/src/joystick/darwin/SDL_sysjoystick.c @@ -33,7 +33,12 @@ #include #include #include +#ifdef MACOS_10_0_4 +#include +#else +/* The header was moved here in MacOS X 10.1 */ #include +#endif #include #include #include