From 96445bc2435a7cc2df9b7f867c8c76d8126fc32d Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Tue, 10 Jun 2014 15:08:04 +0200 Subject: [PATCH] timer.h: Add #include libinput-util.h libinput-util.h is needed for the linked list definitions. Signed-off-by: Hans de Goede Reviewed-by: Peter Hutterer Signed-off-by: Peter Hutterer --- src/timer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/timer.h b/src/timer.h index df12d0e0..5e3b89b0 100644 --- a/src/timer.h +++ b/src/timer.h @@ -25,6 +25,8 @@ #include +#include "libinput-util.h" + struct libinput; struct libinput_timer {