From d06ce4df13d05b09c1db60b4fc9f0fa5403bd5fb Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 10 Jul 2019 23:56:47 +0200 Subject: [PATCH] Buildfix for Travis --- gfx/drivers_context/xegl_ctx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/drivers_context/xegl_ctx.c b/gfx/drivers_context/xegl_ctx.c index e94fcd8111..0177c61869 100644 --- a/gfx/drivers_context/xegl_ctx.c +++ b/gfx/drivers_context/xegl_ctx.c @@ -27,6 +27,7 @@ #include "../../frontend/frontend_driver.h" #include "../../configuration.h" +#include "../../input/input_driver.h" #include "../../verbosity.h" #include "../common/egl_common.h"