use th OS provided timezone names for %Z this should make things more flexile
[rrdtool.git] / src / rrd_graph.c
index f256dbf..ff40f45 100644 (file)
@@ -7,13 +7,10 @@
 
 #include <sys/stat.h>
 
-#ifdef WIN32
-#include "strftime.h"
-#endif
-
 #include "rrd_tool.h"
 
 #if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__)
+#include "strftime.h"
 #include <io.h>
 #include <fcntl.h>
 #endif