aboutsummaryrefslogtreecommitdiffstats
path: root/src/timer.c
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2011-10-21 21:55:29 +0200
committerSylvain Munaut <tnt@246tNt.com>2011-10-21 21:55:29 +0200
commit07f1103782a94090c2cef46de8a3f6d03ddfeef7 (patch)
tree1bd513f96517b2449054a6c80be189ed06a66a1a /src/timer.c
parentdec48005cc08e2846985bbb4ff6128bb8a9beaee (diff)
timer: Add compatibility header with timer helpers
Some of these are not always present, especially when cross compiling Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/timer.c')
-rw-r--r--src/timer.c1
1 files changed, 1 insertions, 0 deletions
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 <string.h>
#include <limits.h>
#include <osmocom/core/timer.h>
+#include <osmocom/core/timer_compat.h>
#include <osmocom/core/linuxlist.h>
static struct rb_root timer_root = RB_ROOT;