From: Tobias Oetiker Date: Sun, 13 Aug 2006 16:13:13 +0000 (+0000) Subject: include strftime.h for windows builds -- Guenter Knauff X-Git-Tag: 1.2.16~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c648dda1912aa92aeacbd1f16f561672255e0d2e;p=thirdparty%2Frrdtool-1.x.git include strftime.h for windows builds -- Guenter Knauff git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@873 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_graph.c b/src/rrd_graph.c index 33d2a815..f256dbfe 100644 --- a/src/rrd_graph.c +++ b/src/rrd_graph.c @@ -7,6 +7,10 @@ #include +#ifdef WIN32 +#include "strftime.h" +#endif + #include "rrd_tool.h" #if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__)