From: Hans de Goede Date: Tue, 10 Jun 2014 13:08:04 +0000 (+0200) Subject: timer.h: Add #include libinput-util.h X-Git-Tag: 0.4.0~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=96445bc2435a7cc2df9b7f867c8c76d8126fc32d;p=platform%2Fupstream%2Flibinput.git 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 --- 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 {