Code

we need rrd_format.h here for things to compile properly
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 6 Sep 2008 11:46:41 +0000 (11:46 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 6 Sep 2008 11:46:41 +0000 (11:46 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1483 a5681a0c-68f1-0310-ab6d-d61299d08faa

program/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