timer.h: Add #include libinput-util.h

libinput-util.h is needed for the linked list definitions.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Hans de Goede 2014-06-10 15:08:04 +02:00 committed by Peter Hutterer
parent 5a0c06b0d1
commit 96445bc243

View file

@ -25,6 +25,8 @@
#include <stdint.h>
#include "libinput-util.h"
struct libinput;
struct libinput_timer {