From 9b68aaeeb5c80e2ebb9aeb638c13ca46c5676e14 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 18 May 2018 10:53:34 +0200 Subject: [PATCH] testelg: include eglext.h Neded for the declaration of eglSaneChooseConfigBRCM(). --- examples/egl/testegl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/egl/testegl.c b/examples/egl/testegl.c index 4c952ca..615a8fe 100644 --- a/examples/egl/testegl.c +++ b/examples/egl/testegl.c @@ -66,6 +66,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #if defined (USE_OMX_TARGET_RPI) #include +#include #elif defined(HAVE_X11) #include #include -- 2.7.4