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=5b9d988fb366d714bca874dc0e85732a85a1c6c2;p=rrdtool-all.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@988 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/bindings/tcl/tclrrd.c b/program/bindings/tcl/tclrrd.c index a119b504..e89e051c 100644 --- a/program/bindings/tcl/tclrrd.c +++ b/program/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 */