X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_hw_math.c;h=05fbf0231c42a6fe31cf1cd7677029ead0bfb93c;hb=4dbd51c362841d00433c95c9b671e818ec2d6df3;hp=2b2c00fd50c794463954b67e6255b960661044c8;hpb=51fcea2cbf9721f012f2f0d43c604a3aaf684ee8;p=rrdtool.git diff --git a/src/rrd_hw_math.c b/src/rrd_hw_math.c index 2b2c00f..05fbf02 100644 --- a/src/rrd_hw_math.c +++ b/src/rrd_hw_math.c @@ -2,8 +2,8 @@ * rrd_hw_math.c Math functions for Holt-Winters computations *****************************************************************************/ +#include "rrd_tool.h" #include "rrd_hw_math.h" -#include "rrd_config.h" /***************************************************************************** * RRDtool supports both the additive and multiplicative Holt-Winters methods.