From: oetiker Date: Thu, 1 Feb 2007 22:00:23 +0000 (+0000) Subject: we should use the headers from the local rrdtool setup and not the system ones! X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=47a4bc4bbc0300e352c0d971254c91f34f155674;p=rrdtool.git we should use the headers from the local rrdtool setup and not the system ones! git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@988 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/bindings/tcl/tclrrd.c b/bindings/tcl/tclrrd.c index a119b50..e89e051 100644 --- a/bindings/tcl/tclrrd.c +++ b/bindings/tcl/tclrrd.c @@ -18,8 +18,8 @@ #include #include #include -#include -#include +#include "../../src/rrd_tool.h" +#include "../../rrd_format.h" /* support pre-8.4 tcl */