From efe34f52afed900cd027e78f61ce4ef5f3bea763 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 29 Sep 2021 17:48:58 +0200 Subject: [PATCH] (gl_common.c) Add HAVE_CONFIG_H --- gfx/common/gl_common.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gfx/common/gl_common.c b/gfx/common/gl_common.c index 623048b167..28180687dc 100644 --- a/gfx/common/gl_common.c +++ b/gfx/common/gl_common.c @@ -15,6 +15,10 @@ * If not, see . */ +#ifdef HAVE_CONFIG_H +#include "../../config.h" +#endif + #include void gl_flush(void)