]> arthur.barton.de Git - netdata.git/blobdiff - src/web_buffer.c
Merge pull request #17 from alonbl/build
[netdata.git] / src / web_buffer.c
index d9eb11d54b93453f83da1306e98190097c3f8b15..f679f1b7e6d2f36e4d7d4c051ca76dd1d259f205 100755 (executable)
@@ -1,12 +1,14 @@
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <stdlib.h>
 
 #ifdef STORAGE_WITH_MATH
 #include <math.h>
 #endif
 
-#include "web_buffer.h"
-
 #include "common.h"
+#include "web_buffer.h"
 #include "log.h"
 
 void web_buffer_strcpy(struct web_buffer *wb, const char *txt)