From: Tobias Oetiker Date: Sat, 6 Sep 2008 11:46:41 +0000 (+0000) Subject: we need rrd_format.h here for things to compile properly X-Git-Tag: 1.3.2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc806e8f2c775741d99f1df1fda561f989bd0149;p=thirdparty%2Frrdtool-1.x.git 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 --- 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