From: Tobias 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-Tag: 1.2.20~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=329b0806809dfd4dad1acf03266876b9f8a3da2c;p=thirdparty%2Frrdtool-1.x.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 a119b504..e89e051c 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 */