summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b0a2f25)
raw | patch | inline | side by side (parent: b0a2f25)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 13 Aug 2006 16:13:13 +0000 (16:13 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 13 Aug 2006 16:13:13 +0000 (16:13 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@873 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_graph.c | patch | blob | history |
diff --git a/src/rrd_graph.c b/src/rrd_graph.c
index 33d2a815e082027154d548ed6addc5922541a051..f256dbfe2868432bb93e241223e619e1c4a15796 100644 (file)
--- a/src/rrd_graph.c
+++ b/src/rrd_graph.c
#include <sys/stat.h>
+#ifdef WIN32
+#include "strftime.h"
+#endif
+
#include "rrd_tool.h"
#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__)