fixed path to rrd_format.h in tcl bindings
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 2 May 2007 05:08:21 +0000 (05:08 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 2 May 2007 05:08:21 +0000 (05:08 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@1044 a5681a0c-68f1-0310-ab6d-d61299d08faa

bindings/tcl/tclrrd.c

index e89e051..11d25df 100644 (file)
@@ -19,7 +19,7 @@
 #include <unistd.h>
 #include <tcl.h>
 #include "../../src/rrd_tool.h"
-#include "../../rrd_format.h"
+#include "../../src/rrd_format.h"
 
 /* support pre-8.4 tcl */