]> arthur.barton.de Git - netdata.git/blobdiff - src/proc_net_netstat.c
build: migrate to autotools
[netdata.git] / src / proc_net_netstat.c
index ffdc80cf3180ea0ff2414794c1ccd68627e7ce38..35535265e37198a88ee8722adc9ed2cf54b8b6d9 100755 (executable)
@@ -1,11 +1,13 @@
-#include <inttypes.h>
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
 #include "common.h"
 #include "log.h"
-#include "config.h"
+#include "appconfig.h"
 #include "procfile.h"
 #include "rrd.h"
 #include "plugin_proc.h"