From 07f1103782a94090c2cef46de8a3f6d03ddfeef7 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Fri, 21 Oct 2011 21:55:29 +0200 Subject: timer: Add compatibility header with timer helpers Some of these are not always present, especially when cross compiling Signed-off-by: Sylvain Munaut --- src/timer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/timer.c b/src/timer.c index da16459c..217f6521 100644 --- a/src/timer.c +++ b/src/timer.c @@ -38,6 +38,7 @@ static struct timeval *nearest_p; #include #include #include +#include #include static struct rb_root timer_root = RB_ROOT; -- cgit v1.2.3