]> arthur.barton.de Git - netdata.git/blobdiff - src/plugins_d.c
build: migrate to autotools
[netdata.git] / src / plugins_d.c
index 05d59eb4147bd13b9b2d432e0b472c7a63c8b75c..71d1fb2defefa5ea6d3ccbdba744365ff8e56839 100755 (executable)
@@ -1,3 +1,6 @@
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <sys/types.h>
 #include <dirent.h>
 #include <pthread.h>
@@ -8,7 +11,7 @@
 
 #include "main.h"
 #include "common.h"
-#include "config.h"
+#include "appconfig.h"
 #include "log.h"
 #include "rrd.h"
 #include "popen.h"