projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a0c06b
)
timer.h: Add #include libinput-util.h
author
Hans de Goede
<hdegoede@redhat.com>
Tue, 10 Jun 2014 13:08:04 +0000
(15:08 +0200)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 11 Jun 2014 00:30:12 +0000
(10:30 +1000)
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>
src/timer.h
patch
|
blob
|
history
diff --git
a/src/timer.h
b/src/timer.h
index df12d0e0ddd5229b1c1bb0e12462ef6011cdd0f2..5e3b89b0e2d8b4333bb3177104710e790bf4d31b 100644
(file)
--- a/
src/timer.h
+++ b/
src/timer.h
@@
-25,6
+25,8
@@
#include <stdint.h>
+#include "libinput-util.h"
+
struct libinput;
struct libinput_timer {