From: 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-Url: https://git.octo.it/?a=commitdiff_plain;h=31b44f6c4b0208dd2e7f75a21d683dfdfa96a6e9;p=rrdtool.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 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