X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Frrd_error.c;h=d816c22fcc8b22c69be019c1e7682142f08474b5;hb=645054bac6187b0e83fd4125fd59e4feda216b64;hp=6c49e96ee7a9949bb54e8470be2abb9b65372524;hpb=33df5c014df769dddc6df97bb7071ad1afb3e4eb;p=pkg-rrdtool.git diff --git a/src/rrd_error.c b/src/rrd_error.c index 6c49e96..d816c22 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.2 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_error.c Common Header File ***************************************************************************** - * $Id: rrd_error.c 1447 2008-07-23 13:02:26Z 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,9 +30,11 @@ * *************************************************************************** */ -#include "rrd_tool.h" +#include #include +#include "rrd_tool.h" + #define MAXLEN 4096 #define ERRBUFLEN 256 #define CTX (rrd_get_context())