fixed path to rrd_format.h in tcl bindings
[rrdtool.git] / bindings / tcl / tclrrd.c
index a119b50..11d25df 100644 (file)
@@ -18,8 +18,8 @@
 #include <time.h>
 #include <unistd.h>
 #include <tcl.h>
-#include <rrd_tool.h>
-#include <rrd_format.h>
+#include "../../src/rrd_tool.h"
+#include "../../src/rrd_format.h"
 
 /* support pre-8.4 tcl */