GF header must be included before Photon header for QNX.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403594
This commit is contained in:
Mike Gorchak 2009-04-28 06:04:21 +00:00
parent 260b9a9f92
commit 59e09f9044

View file

@ -171,6 +171,9 @@ struct SDL_SysWMinfo
#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 */