Code

write_riemann plugin: Implement the "TTLFactor" option.
[collectd.git] / src / utils_cmd_getval.h
index 86134cdf9a19b1e542662352161a8e51c35bad9f..ed9ca9a345d2592421548a85908ecde141100212 100644 (file)
@@ -22,6 +22,8 @@
 #ifndef UTILS_CMD_GETVAL_H
 #define UTILS_CMD_GETVAL_H 1
 
+#include <stdio.h>
+
 int handle_getval (FILE *fh, char *buffer);
 
 #endif /* UTILS_CMD_GETVAL_H */