]> arthur.barton.de Git - netdata.git/blobdiff - src/proc_vmstat.c
build: migrate to autotools
[netdata.git] / src / proc_vmstat.c
index 39b44a1aff4ca285bbf8c081c31b30a5d1f2cd8a..b6c8ce7bed72f5a11df84141f633e9a96246727b 100755 (executable)
@@ -1,4 +1,6 @@
-#include <inttypes.h>
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -6,7 +8,7 @@
 
 #include "common.h"
 #include "log.h"
-#include "config.h"
+#include "appconfig.h"
 #include "procfile.h"
 #include "rrd.h"
 #include "plugin_proc.h"