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