X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Frrd_error.c;h=954358bc2d32808037b983f9a10795db5e4b412e;hb=51c3d3fb997c22e1ee828470413f1e84989e1f6c;hp=6c49e96ee7a9949bb54e8470be2abb9b65372524;hpb=17d11091c4df387ec01f0fce611cca5e3117a5d7;p=pkg-rrdtool.git diff --git a/src/rrd_error.c b/src/rrd_error.c index 6c49e96..954358b 100644 --- a/src/rrd_error.c +++ b/src/rrd_error.c @@ -1,9 +1,9 @@ /***************************************************************************** - * RRDtool 1.3.1 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.3.8 Copyright by Tobi Oetiker, 1997-2009 ***************************************************************************** * rrd_error.c Common Header File ***************************************************************************** - * $Id: rrd_error.c 1447 2008-07-23 13:02:26Z oetiker $ + * $Id: rrd_error.c 1801 2009-05-19 13:45:05Z oetiker $ * $Log$ * Revision 1.4 2003/02/22 21:57:03 oetiker * a patch to avoid a memory leak and a Makefile.am patch to @@ -33,6 +33,10 @@ #include "rrd_tool.h" #include +#ifdef WIN32 +#include +#endif + #define MAXLEN 4096 #define ERRBUFLEN 256 #define CTX (rrd_get_context())