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/program@988 a5681a0c-68f1-0310-ab6d-d61299d08faa

bindings/tcl/tclrrd.c

index a119b50..e89e051 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 */