diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-14 21:52:07 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-14 21:52:07 +0100 |
commit | abd4367f483bc29a03cce8bcfc70a83ac5d13cdc (patch) | |
tree | 48b02daa17c2fb454380003019a6cb18ac82c818 /lib | |
parent | c36a298c21f1aa5b4e61d2d4740811529175df09 (diff) |
Minor cleanup
Diffstat (limited to 'lib')
-rw-r--r-- | lib/timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/timer.c b/lib/timer.c index 05e488c1..ed731d26 100644 --- a/lib/timer.c +++ b/lib/timer.c @@ -28,6 +28,7 @@ #include <stdio.h> #include <stdlib.h> +#include <time.h> #include "nest/bird.h" |