]> arthur.barton.de Git - netdata.git/commitdiff
Include time.h where used
authorMichael Aldridge <aldridge.mac@gmail.com>
Mon, 25 Apr 2016 02:33:13 +0000 (21:33 -0500)
committerMichael Aldridge <aldridge.mac@gmail.com>
Mon, 25 Apr 2016 02:33:13 +0000 (21:33 -0500)
src/log.h

index e882af3861d79b39cd00bfb1c2269f9afa35fbe1..0762621006916b45a8233992065d6754031e2e71 100644 (file)
--- a/src/log.h
+++ b/src/log.h
@@ -1,5 +1,6 @@
 #include <stdio.h>
 #include <stdarg.h>
+#include <time.h>
 
 #ifndef NETDATA_LOG_H
 #define NETDATA_LOG_H 1