Added the Android config include to the default config.h

This commit is contained in:
Sam Lantinga 2011-01-04 11:07:27 -08:00
parent c7c6cb464a
commit 53eaef45fd

View file

@ -34,6 +34,8 @@
/* Add any platform that doesn't build using the configure system. */ /* Add any platform that doesn't build using the configure system. */
#if defined(__NINTENDODS__) #if defined(__NINTENDODS__)
#include "SDL_config_nintendods.h" #include "SDL_config_nintendods.h"
#elif defined(__ANDROID__)
#include "SDL_config_android.h"
#elif defined(__IPHONEOS__) #elif defined(__IPHONEOS__)
#include "SDL_config_iphoneos.h" #include "SDL_config_iphoneos.h"
#elif defined(__MACOSX__) #elif defined(__MACOSX__)