# HG changeset patch # User Sam Lantinga # Date 1294168047 28800 # Node ID 2ac33eaa8a312252c286a9463a3090de95d2b423 # Parent 68da5a234bba81d4164dfe207605b228db004031 Added the Android config include to the default config.h diff -r 68da5a234bba -r 2ac33eaa8a31 include/SDL_config.h.default --- a/include/SDL_config.h.default Tue Jan 04 10:19:24 2011 -0800 +++ b/include/SDL_config.h.default Tue Jan 04 11:07:27 2011 -0800 @@ -34,6 +34,8 @@ /* Add any platform that doesn't build using the configure system. */ #if defined(__NINTENDODS__) #include "SDL_config_nintendods.h" +#elif defined(__ANDROID__) +#include "SDL_config_android.h" #elif defined(__IPHONEOS__) #include "SDL_config_iphoneos.h" #elif defined(__MACOSX__)