From 4e8f1fa4ca2b176500362843a9e57ea5abd4b7a3 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 24 Oct 2011 18:52:05 +0200 Subject: [PATCH 1/1] route.c: include time.h, required for eglibc and glibc based systems --- route.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0