projects
/
project
/
relayd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40fa5c7
)
route.c: include time.h, required for eglibc and glibc based systems
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 24 Oct 2011 16:52:05 +0000
(18:52 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 24 Oct 2011 17:01:28 +0000
(19:01 +0200)
route.c
patch
|
blob
|
history
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>