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