projects
/
project
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24ccfe7
)
Add time.h include
author
Jens Muecke
<jens@nons.de>
Mon, 31 Oct 2011 14:47:55 +0000
(15:47 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 31 Oct 2011 14:47:59 +0000
(15:47 +0100)
Found on compiling for x64
system-linux.c
patch
|
blob
|
history
diff --git
a/system-linux.c
b/system-linux.c
index d26f1814272d627d3fffbe0fd8de420b1a411c7f..4a3de8c8eeb0714c0ad1f5f3acd20d3cb26adf63 100644
(file)
--- a/
system-linux.c
+++ b/
system-linux.c
@@
-14,6
+14,7
@@
#include <string.h>
#include <fcntl.h>
#include <glob.h>
+#include <time.h>
#include <netlink/msg.h>
#include <netlink/attr.h>