Commit 59e09f90 authored by Mike Gorchak's avatar Mike Gorchak

GF header must be included before Photon header for QNX.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403594
parent 260b9a9f
...@@ -171,6 +171,9 @@ struct SDL_SysWMinfo ...@@ -171,6 +171,9 @@ struct SDL_SysWMinfo
#elif defined(SDL_VIDEO_DRIVER_PHOTON) || defined(SDL_VIDEO_DRIVER_QNXGF) #elif defined(SDL_VIDEO_DRIVER_PHOTON) || defined(SDL_VIDEO_DRIVER_QNXGF)
#include <sys/neutrino.h> #include <sys/neutrino.h>
#if defined(SDL_VIDEO_OPENGL_ES)
#include <gf/gf.h>
#endif /* SDL_VIDEO_OPENGL_ES */
#include <Ph.h> #include <Ph.h>
/* The QNX custom event structure */ /* The QNX custom event structure */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment