From 47a4bc4bbc0300e352c0d971254c91f34f155674 Mon Sep 17 00:00:00 2001 From: oetiker Date: Thu, 1 Feb 2007 22:00:23 +0000 Subject: [PATCH] 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 --- bindings/tcl/tclrrd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.11.0