Code

changelog: Fixed last changelog regarding the versioned build-dep on tcl-dev.
[pkg-rrdtool.git] / src / rrd_hw_math.c
index 2b2c00fd50c794463954b67e6255b960661044c8..05fbf0231c42a6fe31cf1cd7677029ead0bfb93c 100644 (file)
@@ -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.