X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_error.c;h=d816c22fcc8b22c69be019c1e7682142f08474b5;hp=d8c6eedcb18b15792c1c90ad06777e76971e723a;hb=3a5dd3888f1a7f8b3b9cec4527040bad143a6d7b;hpb=219fd9224e3117dcf59df8818d4e9e3eab26022a diff --git a/src/rrd_error.c b/src/rrd_error.c index d8c6eed..d816c22 100644 --- a/src/rrd_error.c +++ b/src/rrd_error.c @@ -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())