From 0c7408ee16d783234790a911e67a003a9b2d14e4 Mon Sep 17 00:00:00 2001 From: LibretroAdmin Date: Sat, 27 Aug 2022 15:43:16 +0200 Subject: [PATCH] (EGL) Buildfix --- 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 4945cbe0a8..37602d9de6 100644 --- a/gfx/common/egl_common.c +++ b/gfx/common/egl_common.c @@ -20,6 +20,7 @@ #include #include +#include #ifdef HAVE_CONFIG_H #include "../../config.h"