From d9ddb92a900c434d13aca69dc5f342d81c636ff4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 22 Apr 2016 07:56:32 +0200 Subject: [PATCH] (egl_common.c) Silence warning --- gfx/common/egl_common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/common/egl_common.c b/gfx/common/egl_common.c index eceb07fd1e..bc5dab9bbb 100644 --- a/gfx/common/egl_common.c +++ b/gfx/common/egl_common.c @@ -13,6 +13,7 @@ * If not, see . */ +#include #include #include "../../verbosity.h"