]> arthur.barton.de Git - netdata.git/blobdiff - src/plugin_checks.c
build: migrate to autotools
[netdata.git] / src / plugin_checks.c
index cf02241760276fe9985793397be7d7d9e2fdf007..c8e1f75fabcf65e0d331fa157485c0c43f2b957f 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>
@@ -5,7 +8,7 @@
 #include <unistd.h>
 
 #include "common.h"
-#include "config.h"
+#include "appconfig.h"
 #include "log.h"
 #include "rrd.h"
 #include "plugin_checks.h"