Re: [PATCH libinput 5/5] timer: Complain if a timer is set more then 5 seconds from now

2014-06-24 Thread Peter Hutterer
On Tue, Jun 24, 2014 at 04:23:13PM +0200, Hans de Goede wrote: > Signed-off-by: Hans de Goede Did some minor changes before merging: * two typos fixed s/then/than/ in 2/5 and this one * adding timer->libinput as first arg to log_* in this patch, I merged it on top of the per-context log handler

[PATCH libinput 5/5] timer: Complain if a timer is set more then 5 seconds from now

2014-06-24 Thread Hans de Goede
Signed-off-by: Hans de Goede --- src/timer.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/src/timer.c b/src/timer.c index 65fdd17..4f465f3 100644 --- a/src/timer.c +++ b/src/timer.c @@ -22,6 +22,7 @@ #include #include +#include #include #include #include @@ -6