From 1ad76d584f1e30bfd7b149bafe056fae210b3c22 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 10 Dec 2013 11:39:29 +1000 Subject: [PATCH] udev: include libinput-private.h for struct libinput Signed-off-by: Peter Hutterer --- src/udev-seat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/udev-seat.h b/src/udev-seat.h index 6ac18bcf..462a6350 100644 --- a/src/udev-seat.h +++ b/src/udev-seat.h @@ -26,6 +26,7 @@ #include "config.h" #include +#include "libinput-private.h" struct udev_seat { struct libinput_seat base;