diff --git a/gfx/common/x11_common.c b/gfx/common/x11_common.c index b4f958c1bf..2ca90a1a2b 100644 --- a/gfx/common/x11_common.c +++ b/gfx/common/x11_common.c @@ -25,8 +25,9 @@ #include "x11_common.h" #include "../../input/common/input_x11_common.h" -#include "../../general.h" +#include "../../configuration.h" #include "../../verbosity.h" +#include "../../runloop.h" Colormap g_x11_cmap; Window g_x11_win;