# HG changeset patch # User Sam Lantinga # Date 1003244640 0 # Node ID c995b877bc5bdf8fa4130f37ffbb2e9fc9f8e249 # Parent ab4abaf6681444af32baca117b8c30cc9dcdf504 *** empty log message *** diff -r ab4abaf66814 -r c995b877bc5b src/joystick/darwin/SDL_sysjoystick.c --- a/src/joystick/darwin/SDL_sysjoystick.c Tue Oct 16 15:01:37 2001 +0000 +++ b/src/joystick/darwin/SDL_sysjoystick.c Tue Oct 16 15:04:00 2001 +0000 @@ -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