diff include/SDL_syswm.h @ 3114:979164e58723

GF header must be included before Photon header for QNX.
author Mike Gorchak <lestat@i.com.ua>
date Tue, 28 Apr 2009 06:04:21 +0000
parents 0b6f51c29267
children 08574b033f37
line wrap: on
line diff
--- a/include/SDL_syswm.h	Tue Apr 28 04:46:05 2009 +0000
+++ b/include/SDL_syswm.h	Tue Apr 28 06:04:21 2009 +0000
@@ -171,6 +171,9 @@
 
 #elif defined(SDL_VIDEO_DRIVER_PHOTON) || defined(SDL_VIDEO_DRIVER_QNXGF)
 #include <sys/neutrino.h>
+#if defined(SDL_VIDEO_OPENGL_ES)
+#include <gf/gf.h>
+#endif /* SDL_VIDEO_OPENGL_ES */
 #include <Ph.h>
 
 /* The QNX custom event structure */