From 5b9d988fb366d714bca874dc0e85732a85a1c6c2 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@988 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/bindings/tcl/tclrrd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.30.2