1.1 --- a/include/SDL_platform.h Sun Dec 14 04:36:32 2008 +0000
1.2 +++ b/include/SDL_platform.h Sun Dec 14 07:22:15 2008 +0000
1.3 @@ -62,7 +62,7 @@
1.4 /* lets us know what version of Mac OS X we're compiling on */
1.5 #include "AvailabilityMacros.h"
1.6 #ifdef MAC_OS_X_VERSION_10_3
1.7 -#include "targetconditionals.h" /* this header is in 10.3 or later */
1.8 +#include "TargetConditionals.h" /* this header is in 10.3 or later */
1.9 #if TARGET_OS_IPHONE
1.10 /* if compiling for iPhone */
1.11 #undef __IPHONEOS__