we need rrd_format.h here for things to compile properly
[rrdtool.git] / src / rrd_tool.h
index 131dcbb..0fb2f54 100644 (file)
@@ -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