diff --git a/SDL/SDLGLGraphicsContext.cpp b/SDL/SDLGLGraphicsContext.cpp index cf16db4d30..ad638400cf 100644 --- a/SDL/SDLGLGraphicsContext.cpp +++ b/SDL/SDLGLGraphicsContext.cpp @@ -14,6 +14,9 @@ #if defined(USING_EGL) #include "EGL/egl.h" +#if !defined(USING_FBDEV) && !defined(__APPLE__) +#include +#endif #endif class GLRenderManager;