Merge commit 'origin/master' into gallium-0.2
[mesa.git] / progs / egl / demo3.c
index e9d2180bf07598be2336d73f2273d594c1a9e256..a6096a257ec0435598c24a4deae6155dfb3ee939 100644 (file)
@@ -2,7 +2,11 @@
  * Exercise EGL API functions
  */
 
-#include <GLES/egl.h>
+#define EGL_EGLEXT_PROTOTYPES
+
+#include <EGL/egl.h>
+#include <EGL/eglext.h>
+#include <GL/gl.h>
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>