aboutsummaryrefslogtreecommitdiff
path: root/code/renderer/qgl.h
diff options
context:
space:
mode:
authorFathi Boudra <fabo@debian.org>2011-10-20 15:30:41 +0300
committerFathi Boudra <fabo@debian.org>2011-10-20 15:30:41 +0300
commit2206dd454812082e3386147bef3c33b02ff6b442 (patch)
treec3327995f4a5de41cdc7ff4881999996a8290432 /code/renderer/qgl.h
parent8749d3698a669f380c2bf90418d199b69d229b66 (diff)
fix EGL headers
Diffstat (limited to 'code/renderer/qgl.h')
-rw-r--r--code/renderer/qgl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/renderer/qgl.h b/code/renderer/qgl.h
index 4213f43..6c74a5e 100644
--- a/code/renderer/qgl.h
+++ b/code/renderer/qgl.h
@@ -38,7 +38,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#ifdef PANDORA
-#include <GLES/egl.h>
+#include <EGL/egl.h>
#include <GLES/gl.h>
#include "../pnd/egl_glimp.h"