X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_error.c;h=d816c22fcc8b22c69be019c1e7682142f08474b5;hp=e1fabd51811901598ce767f3630e206c01b12187;hb=d4110e29da41ce702bcc3327e86768c6f266915e;hpb=e357fb7d089224a089b6b34699f592a29a20fd59 diff --git a/src/rrd_error.c b/src/rrd_error.c index e1fabd5..d816c22 100644 --- a/src/rrd_error.c +++ b/src/rrd_error.c @@ -1,5 +1,5 @@ /***************************************************************************** - * 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 ***************************************************************************** @@ -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())