diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2011-10-21 21:55:29 +0200 |
---|---|---|
committer | Sylvain Munaut <tnt@246tNt.com> | 2011-10-21 21:55:29 +0200 |
commit | 07f1103782a94090c2cef46de8a3f6d03ddfeef7 (patch) | |
tree | 1bd513f96517b2449054a6c80be189ed06a66a1a /src | |
parent | dec48005cc08e2846985bbb4ff6128bb8a9beaee (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')
-rw-r--r-- | src/timer.c | 1 |
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; |