X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_tool.h;h=0fb2f54937af51e0bb5e6c387c056d1a97e8c04a;hp=131dcbb97e86fd570a8a97647fb96c72fc1d49ef;hb=31b44f6c4b0208dd2e7f75a21d683dfdfa96a6e9;hpb=63fbe43abff3baf4af642d5ede4f79eec4f181f3 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