mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 23:37:09 -05:00
GF header must be included before Photon header for QNX.
This commit is contained in:
parent
99bee5d98e
commit
665dff927c
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user