From: oetiker Date: Wed, 2 May 2007 05:08:21 +0000 (+0000) Subject: fixed path to rrd_format.h in tcl bindings X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ba83f87dd4f9ae0b526ce3b67ed3301ca94f2d27;p=rrdtool-all.git fixed path to rrd_format.h in tcl bindings git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@1044 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/bindings/tcl/tclrrd.c b/program/bindings/tcl/tclrrd.c index e89e051c..11d25dfa 100644 --- a/program/bindings/tcl/tclrrd.c +++ b/program/bindings/tcl/tclrrd.c @@ -19,7 +19,7 @@ #include #include #include "../../src/rrd_tool.h" -#include "../../rrd_format.h" +#include "../../src/rrd_format.h" /* support pre-8.4 tcl */