From cc806e8f2c775741d99f1df1fda561f989bd0149 Mon Sep 17 00:00:00 2001 From: Tobias Oetiker Date: Sat, 6 Sep 2008 11:46:41 +0000 Subject: [PATCH] we need rrd_format.h here for things to compile properly git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1483 a5681a0c-68f1-0310-ab6d-d61299d08faa --- src/rrd_tool.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rrd_tool.h b/src/rrd_tool.h index 131dcbb9..0fb2f549 100644 --- a/src/rrd_tool.h +++ b/src/rrd_tool.h @@ -57,6 +57,8 @@ extern "C" { #include "rrd_getopt.h" #endif +#include "rrd_format.h" + #ifndef max #define max(a,b) ((a) > (b) ? (a) : (b)) #endif -- 2.47.2