From b7fd9bef60126bd30eab6d302b308837654870bd Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 1 Sep 2016 17:34:24 +0200 Subject: [PATCH] Add configuration.h --- 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 1acde97245..d42f7a5376 100644 --- a/gfx/drivers_context/x_ctx.c +++ b/gfx/drivers_context/x_ctx.c @@ -21,6 +21,7 @@ #include #endif +#include "../../configuration.h" #include "../../driver.h" #include "../../frontend/frontend_driver.h"