diff options
Diffstat (limited to 'src/resources/fboinfo.h')
-rw-r--r-- | src/resources/fboinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/fboinfo.h b/src/resources/fboinfo.h index 0898666e5..a6caaaddb 100644 --- a/src/resources/fboinfo.h +++ b/src/resources/fboinfo.h @@ -30,8 +30,10 @@ #include <GLES/glext.h> #else #include <SDL_opengl.h> +#ifndef __native_client__ #include <GL/glext.h> #endif +#endif struct FBOInfo final { |