[PATCH libinput 2/2] timer.h: Add #include libinput-util.h

Hans de Goede hdegoede at redhat.com
Tue Jun 10 06:08:04 PDT 2014


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

Signed-off-by: Hans de Goede <hdegoede at redhat.com>
---
 src/timer.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/timer.h b/src/timer.h
index df12d0e..5e3b89b 100644
--- a/src/timer.h
+++ b/src/timer.h
@@ -25,6 +25,8 @@
 
 #include <stdint.h>
 
+#include "libinput-util.h"
+
 struct libinput;
 
 struct libinput_timer {
-- 
2.0.0



More information about the wayland-devel mailing list