summaryrefslogtreecommitdiff
path: root/src/data-device.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2013-08-15 01:10:24 +0100
committerKristian Høgsberg <krh@bitplanet.net>2013-08-16 10:56:00 -0700
commit8e7a8bdeea37640abe0013425934f86a63e36cf8 (patch)
treedb31c947fb26624526216fbf8a377bb3470eb08e /src/data-device.c
parent69594ccf9cad988e422db98153e1e555f3a7f1f8 (diff)
downloadweston-8e7a8bdeea37640abe0013425934f86a63e36cf8.tar.gz
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>
Diffstat (limited to 'src/data-device.c')
-rw-r--r--src/data-device.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data-device.c b/src/data-device.c
index 4bf62567..25587b26 100644
--- a/src/data-device.c
+++ b/src/data-device.c
@@ -20,6 +20,8 @@
* OF THIS SOFTWARE.
*/
+#include "config.h"
+
#include <stdlib.h>
#include <string.h>
#include <unistd.h>