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 cbb624e3eff6fdaf53f42fa16891573512532069..03046abf7b0984e0aa51080b8d3d06372d9c4cda 100644 (file)
--- a/route.c
+++ b/route.c
@@ -21,6 +21,7 @@
 #include <errno.h>
 #include <unistd.h>
 #include <fcntl.h>
+#include <time.h>
 
 #include <linux/fib_rules.h>