From 90dd86a66aa210178ff7d6a09cdff25e31314c3e Mon Sep 17 00:00:00 2001 From: Alcaro Date: Sun, 19 Jun 2016 22:09:52 +0200 Subject: [PATCH] Fix #3129 again --- gfx/common/egl_common.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gfx/common/egl_common.h b/gfx/common/egl_common.h index 48b34eedef..70d2ef680c 100644 --- a/gfx/common/egl_common.h +++ b/gfx/common/egl_common.h @@ -18,6 +18,10 @@ #include +#ifdef HAVE_GBM +/* presense or absense of this include makes egl.h change NativeWindowType between gbm_device* and _XDisplay* */ +#include +#endif #include #include