From 077ea6c77d059ea4db6f8e87e5397419f3d489a1 Mon Sep 17 00:00:00 2001 From: Damian Hobson-Garcia Date: Mon, 20 Oct 2014 16:13:32 +0900 Subject: [PATCH] Use mesa gbm include file locations Change-Id: I6daef28c83fe0ee2e355131d4e246724d7083ab4 Signed-off-by: Tony SIM --- egl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/egl.c b/egl.c index 6957019..b8856bb 100644 --- a/egl.c +++ b/egl.c @@ -52,8 +52,7 @@ #ifdef WANT_WAYLAND #include -#include -#include +#include #endif static EGLint(*_eglGetError) (void); -- 2.7.4