X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_error.c;h=5408d6ca3075dff5ccce5721546d0c516828d700;hp=7c75eae9399f6f21aeb2c9d0e4053596fb15da14;hb=2a9b0ff9cf29cf82b7b12ea80889c59273d66008;hpb=35354e059a77479a7a135c1e4fc71c76523fd7c4 diff --git a/src/rrd_error.c b/src/rrd_error.c index 7c75eae..5408d6c 100644 --- a/src/rrd_error.c +++ b/src/rrd_error.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.3.0 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.4.2 Copyright by Tobi Oetiker, 1997-2009 ***************************************************************************** * rrd_error.c Common Header File ***************************************************************************** @@ -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())