Add more missing config.h includes
config.h includes were missing in a few files, including input.c, the
lack of which caused the X11 backend to segfault instantly due to not
having an xkbcommon context.
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
diff --git a/src/spring-tool.c b/src/spring-tool.c
index ba01477..935acc4 100644
--- a/src/spring-tool.c
+++ b/src/spring-tool.c
@@ -20,6 +20,8 @@
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include "config.h"
+
#include "compositor.h"
WL_EXPORT void