From e8b07e93a46d4a7acea168074d6ce84aab9b7df1 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 18 Jun 2019 23:19:09 +0300 Subject: [PATCH] fix missing include --- gfx/drivers_context/xegl_ctx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gfx/drivers_context/xegl_ctx.c b/gfx/drivers_context/xegl_ctx.c index c24b5a1fb9..e94fcd8111 100644 --- a/gfx/drivers_context/xegl_ctx.c +++ b/gfx/drivers_context/xegl_ctx.c @@ -19,6 +19,8 @@ #include #include +#include + #ifdef HAVE_CONFIG_H #include "../../config.h" #endif