route.c: include time.h, required for eglibc and glibc based systems
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 24 Oct 2011 16:52:05 +0000 (18:52 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 24 Oct 2011 17:01:28 +0000 (19:01 +0200)
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>