Code

we should use the headers from the local rrdtool setup and not the system ones!
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Thu, 1 Feb 2007 22:00:23 +0000 (22:00 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Thu, 1 Feb 2007 22:00:23 +0000 (22:00 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@988 a5681a0c-68f1-0310-ab6d-d61299d08faa

program/bindings/tcl/tclrrd.c

index a119b5040b4b4035ec48dd169288ba7b52e6f31a..e89e051c2da88b7736f10e6756704fc2b16a9c5d 100644 (file)
@@ -18,8 +18,8 @@
 #include <time.h>
 #include <unistd.h>
 #include <tcl.h>
-#include <rrd_tool.h>
-#include <rrd_format.h>
+#include "../../src/rrd_tool.h"
+#include "../../rrd_format.h"
 
 /* support pre-8.4 tcl */