X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Frrd_error.c;h=cc1cde55e41e4d3d88d40d2a5c39e2b4c938166c;hb=91b2f1022a195d008d818f283690ef63a00fd79c;hp=ef99e8a22abacb393aefb4d872ef0c4baa9616b7;hpb=1559397b94b4af3de73cfa23c04be31d8bee53e7;p=pkg-rrdtool.git diff --git a/src/rrd_error.c b/src/rrd_error.c index ef99e8a..cc1cde5 100644 --- a/src/rrd_error.c +++ b/src/rrd_error.c @@ -1,9 +1,9 @@ /***************************************************************************** - * RRDtool 1.3.7 Copyright by Tobi Oetiker, 1997-2009 + * RRDtool 1.4.2 Copyright by Tobi Oetiker, 1997-2009 ***************************************************************************** * rrd_error.c Common Header File ***************************************************************************** - * $Id: rrd_error.c 1781 2009-04-07 07:31:53Z oetiker $ + * $Id: rrd_error.c 1970 2009-11-15 11:54:23Z 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 @@ -30,12 +30,10 @@ * *************************************************************************** */ -#include "rrd_tool.h" +#include #include -#ifdef WIN32 -#include -#endif +#include "rrd_tool.h" #define MAXLEN 4096 #define ERRBUFLEN 256