From: Jo-Philipp Wich Date: Mon, 24 Oct 2011 16:52:05 +0000 (+0200) Subject: route.c: include time.h, required for eglibc and glibc based systems X-Git-Url: http://git.archive.openwrt.org/?p=project%2Frelayd.git;a=commitdiff_plain;h=4e8f1fa4ca2b176500362843a9e57ea5abd4b7a3 route.c: include time.h, required for eglibc and glibc based systems --- diff --git a/route.c b/route.c index cbb624e..03046ab 100644 --- a/route.c +++ b/route.c @@ -21,6 +21,7 @@ #include #include #include +#include #include