]> arthur.barton.de Git - netdata.git/blobdiff - src/plugin_proc.c
build: migrate to autotools
[netdata.git] / src / plugin_proc.c
index 8691d2d039f5a3d1e24e8ad5d5b4aad37bf4de01..8e7a257bc047c0726a89638c8733e6b8cdb9d5d3 100755 (executable)
@@ -1,3 +1,6 @@
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <pthread.h>
 #include <sys/time.h>
 #include <sys/resource.h>
@@ -6,7 +9,7 @@
 
 #include "global_statistics.h"
 #include "common.h"
-#include "config.h"
+#include "appconfig.h"
 #include "log.h"
 #include "rrd.h"
 #include "plugin_proc.h"