]> arthur.barton.de Git - netdata.git/blobdiff - src/plugin_idlejitter.c
build: migrate to autotools
[netdata.git] / src / plugin_idlejitter.c
index bc336fcdb30e4fa7468344114ef6cc0facac5e49..92b9b393d3242e5dca6d6cfd54c4b6f5d72fa97e 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_idlejitter.h"