Code

we need rrd_format.h here for things to compile properly
[rrdtool.git] / src / rrd_tool.h
index 131dcbb97e86fd570a8a97647fb96c72fc1d49ef..0fb2f54937af51e0bb5e6c387c056d1a97e8c04a 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