]> arthur.barton.de Git - netdata.git/blobdiff - src/plugin_tc.c
build: migrate to autotools
[netdata.git] / src / plugin_tc.c
index 3edcc200951d4a45cbc5196165a8948ec831a173..8f932011dad62f398290e1a6d654a9c2b7d98206 100755 (executable)
@@ -1,3 +1,6 @@
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -6,7 +9,7 @@
 #include "avl.h"
 #include "log.h"
 #include "common.h"
-#include "config.h"
+#include "appconfig.h"
 #include "rrd.h"
 #include "popen.h"
 #include "plugin_tc.h"