build
[mupen64plus-pandora.git] / source / mupen64plus-core / src / osd / screenshot.cpp
index 9f85fa0..0d4cd9b 100644 (file)
 #include <ctype.h>
 
 #ifdef PANDORA
-#include <SDL_opengles2.h>
+//#include <SDL_opengles2.h>
+#include <GLES2/gl2.h>
+#include <GLES2/gl2ext.h>
+
 #else
 #include <SDL_opengl.h>
 #endif