]> arthur.barton.de Git - netdata.git/blobdiff - src/dictionary.c
build: migrate to autotools
[netdata.git] / src / dictionary.c
index 74d58920befae76ea34220e5c7f24730a0de53af..e0c38a680167b0fb9ba991172865fc198cdacc46 100755 (executable)
@@ -1,7 +1,9 @@
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <pthread.h>
 #include <stdlib.h>
 #include <string.h>
-#include <inttypes.h>
 
 #include "avl.h"
 #include "common.h"