summaryrefslogtreecommitdiff
path: root/src/egl/main
diff options
context:
space:
mode:
authorJon Smirl <jonsmirl@gmail.com>2005-04-29 22:25:21 +0000
committerJon Smirl <jonsmirl@gmail.com>2005-04-29 22:25:21 +0000
commit28d0a9c9dd68320482f506e9a36848f70d3807a0 (patch)
treecd124039db6a3021fe725f30955a4031982354fe /src/egl/main
parent5f534aa1e2c53360bb1ae42fb196e41aa29d0d3d (diff)
Fix include path to make build work
Diffstat (limited to 'src/egl/main')
-rw-r--r--src/egl/main/egltypedefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/main/egltypedefs.h b/src/egl/main/egltypedefs.h
index bf5e9c3119a..a66fbed7370 100644
--- a/src/egl/main/egltypedefs.h
+++ b/src/egl/main/egltypedefs.h
@@ -2,7 +2,7 @@
#define EGLTYPEDEFS_INCLUDED
-#include <GL/egl.h>
+#include <GLES/egl.h>
typedef struct _egl_config _EGLConfig;