summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 63fbe43)
raw | patch | inline | side by side (parent: 63fbe43)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 6 Sep 2008 11:46:41 +0000 (11:46 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 6 Sep 2008 11:46:41 +0000 (11:46 +0000) |
src/rrd_tool.h | patch | blob | history |
diff --git a/src/rrd_tool.h b/src/rrd_tool.h
index 131dcbb97e86fd570a8a97647fb96c72fc1d49ef..0fb2f54937af51e0bb5e6c387c056d1a97e8c04a 100644 (file)
--- a/src/rrd_tool.h
+++ b/src/rrd_tool.h
#include "rrd_getopt.h"
#endif
+#include "rrd_format.h"
+
#ifndef max
#define max(a,b) ((a) > (b) ? (a) : (b))
#endif