From 31b44f6c4b0208dd2e7f75a21d683dfdfa96a6e9 Mon Sep 17 00:00:00 2001 From: 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 131dcbb..0fb2f54 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.11.0