route.c: include time.h, required for eglibc and glibc based systems
[project/relayd.git] / route.c
diff --git a/route.c b/route.c
index cbb624e..03046ab 100644 (file)
--- a/route.c
+++ b/route.c
@@ -21,6 +21,7 @@
 #include <errno.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <unistd.h>
 #include <fcntl.h>
+#include <time.h>
 
 #include <linux/fib_rules.h>
 
 
 #include <linux/fib_rules.h>