diff options
author | Pascal Pascher <pascalpascher@gmx.net> | 2018-07-25 13:32:20 +0200 |
---|---|---|
committer | Pascal Pascher <pascalpascher@gmx.net> | 2018-07-25 13:32:20 +0200 |
commit | f95cb9a7c17251c43b1d1058092e0a15d1fe8dd9 (patch) | |
tree | 90a4f4a9718c75237e59f815eadc53daceb4b0e1 /sway/server.c | |
parent | 79a45d4a4049e3b9235915cd308ed2995623f833 (diff) |
reverted includes of "sway/config.h" and replaced with "config.h" from meson build
Diffstat (limited to 'sway/server.c')
-rw-r--r-- | sway/server.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/server.c b/sway/server.c index 1521597f..10ca9614 100644 --- a/sway/server.c +++ b/sway/server.c @@ -25,6 +25,7 @@ #include "sway/input/input-manager.h" #include "sway/server.h" #include "sway/tree/layout.h" +#include "config.h" #ifdef HAVE_XWAYLAND #include "sway/xwayland.h" #endif |