# HG changeset patch # User Holmes Futrell # Date 1216405490 0 # Node ID 76e4bb13c937d5fa15826fc764f6779cf4c4a9e2 # Parent 83a6323c3f40d2178ce4110ab153e2984b85471e Added line to include SDL_config_iphoneos.h when the platform is __IPHONEOS__ diff -r 83a6323c3f40 -r 76e4bb13c937 include/SDL_config.h.default --- a/include/SDL_config.h.default Fri Jul 18 18:23:23 2008 +0000 +++ b/include/SDL_config.h.default Fri Jul 18 18:24:50 2008 +0000 @@ -28,6 +28,8 @@ /* Add any platform that doesn't build using the configure system */ #if defined(__DREAMCAST__) #include "SDL_config_dreamcast.h" +#elif defined(__IPHONEOS__) +#include "SDL_config_iphoneos.h" #elif defined(__MACOSX__) #include "SDL_config_macosx.h" #elif defined(__WIN32__)