win32 portability patch and win32/rrdlib.vcproj file for the source
[rrdtool.git] / src / rrd_hw_math.c
index 2b2c00f..05fbf02 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.