fixed setlocale issues
[rrdtool.git] / src / rrd_graph.c
index 88dcf36..074ad44 100644 (file)
@@ -6,6 +6,9 @@
 
 
 #include <sys/stat.h>
 
 
 #include <sys/stat.h>
+
+#include "rrd_tool.h"
+
 #ifdef WIN32
 #include <io.h>
 #include <fcntl.h>
 #ifdef WIN32
 #include <io.h>
 #include <fcntl.h>
@@ -19,8 +22,6 @@
 #include <locale.h>
 #endif
 
 #include <locale.h>
 #endif
 
-#include "rrd_tool.h"
-
 #include "rrd_graph.h"
 #include "rrd_graph_helper.h"
 
 #include "rrd_graph.h"
 #include "rrd_graph_helper.h"