Use mesa gbm include file locations
[platform/adaptation/renesas_rcar/libegl.git] / egl.c
diff --git a/egl.c b/egl.c
index 6957019..b8856bb 100644 (file)
--- a/egl.c
+++ b/egl.c
@@ -52,8 +52,7 @@
 
 #ifdef WANT_WAYLAND
 #include <wayland-kms.h>
-#include <gbm/gbm.h>
-#include <gbm/common.h>
+#include <gbm.h>
 #endif
 
 static EGLint(*_eglGetError) (void);