From d4af68d2dd406085e86da717dda6a976f5984f2b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 26 Sep 2021 22:16:18 +0200 Subject: [PATCH] Add glsym/rglgen.h for x_ctx.c --- gfx/drivers_context/x_ctx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/drivers_context/x_ctx.c b/gfx/drivers_context/x_ctx.c index cd02af7894..6428a1f8e7 100644 --- a/gfx/drivers_context/x_ctx.c +++ b/gfx/drivers_context/x_ctx.c @@ -25,6 +25,7 @@ #if defined(HAVE_OPENGL) || defined(HAVE_OPENGL1) || defined(HAVE_OPENGL_CORE) #include +#include #ifndef GLX_SAMPLE_BUFFERS #define GLX_SAMPLE_BUFFERS 100000