make rrdtool use rrd_config.h instead of config.h since this is just bound to lead...
[rrdtool.git] / src / rrd_tool.h
index c554099..bb96194 100644 (file)
@@ -15,7 +15,7 @@ extern "C" {
 #include "../win32/config.h"
 #else
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "../rrd_config.h"
 #endif
 #endif