From 59e09f9044cb9aeb3bc9ff6c4a7d0671b4abc899 Mon Sep 17 00:00:00 2001 From: Mike Gorchak Date: Tue, 28 Apr 2009 06:04:21 +0000 Subject: [PATCH] GF header must be included before Photon header for QNX. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403594 --- include/SDL_syswm.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/SDL_syswm.h b/include/SDL_syswm.h index c29431a12..02d964176 100644 --- a/include/SDL_syswm.h +++ b/include/SDL_syswm.h @@ -171,6 +171,9 @@ struct SDL_SysWMinfo #elif defined(SDL_VIDEO_DRIVER_PHOTON) || defined(SDL_VIDEO_DRIVER_QNXGF) #include +#if defined(SDL_VIDEO_OPENGL_ES) +#include +#endif /* SDL_VIDEO_OPENGL_ES */ #include /* The QNX custom event structure */