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/cms-helper.h b/src/cms-helper.h
index a919a42..6e5594d 100644
--- a/src/cms-helper.h
+++ b/src/cms-helper.h
@@ -23,6 +23,8 @@
#ifndef _WESTON_CMS_H_
#define _WESTON_CMS_H_
+#include "config.h"
+
#include "compositor.h"
/* General overview on how to be a CMS plugin: