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 d26f181..4a3de8c 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>