Add time.h include
authorJens Muecke <jens@nons.de>
Mon, 31 Oct 2011 14:47:55 +0000 (15:47 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 31 Oct 2011 14:47:59 +0000 (15:47 +0100)
Found on compiling for x64

system-linux.c

index d26f1814272d627d3fffbe0fd8de420b1a411c7f..4a3de8c8eeb0714c0ad1f5f3acd20d3cb26adf63 100644 (file)
@@ -14,6 +14,7 @@
 #include <string.h>
 #include <fcntl.h>
 #include <glob.h>
+#include <time.h>
 
 #include <netlink/msg.h>
 #include <netlink/attr.h>