]> arthur.barton.de Git - netdata.git/blobdiff - src/global_statistics.c
build: migrate to autotools
[netdata.git] / src / global_statistics.c
index 51c8b51313892b1aa3d4a1ba19a85a9a7cafa38f..1b8c5d6f53c2583f55f90446d594c2ac2ff84d28 100755 (executable)
@@ -1,5 +1,9 @@
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <pthread.h>
 
+#include "common.h"
 #include "global_statistics.h"
 
 struct global_statistics global_statistics = { 0ULL, 0ULL, 0ULL, 0ULL };