From 222622666369d67c8e37111e871ddbb3e9ddd69f Mon Sep 17 00:00:00 2001 From: Bernhard Schelling <14200249+schellingb@users.noreply.github.com> Date: Sat, 11 Jul 2020 23:02:18 +0900 Subject: [PATCH] Add missing header (for non griffin builds) --- 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 30923add44..f2dbe67148 100644 --- a/gfx/drivers_context/x_ctx.c +++ b/gfx/drivers_context/x_ctx.c @@ -37,6 +37,7 @@ #endif #include +#include #include #include "../../configuration.h"