From 1605e9ab19f3c6fbdfc8ccbf40f7e213d855d01a Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Thu, 15 Aug 2013 01:10:24 +0100 Subject: [PATCH] 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 --- src/udev-seat.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/udev-seat.h b/src/udev-seat.h index 3543e7c3..5bf7caad 100644 --- a/src/udev-seat.h +++ b/src/udev-seat.h @@ -23,6 +23,8 @@ #ifndef _UDEV_SEAT_H_ #define _UDEV_SEAT_H_ +#include "config.h" + #include #include "compositor.h"