Merge branch 'collectd-4.10' into collectd-5.1
[collectd.git] / src / utils_rrdcreate.h
index 6208a6f..103ca57 100644 (file)
 #ifndef UTILS_RRDCREATE_H
 #define UTILS_RRDCREATE_H 1
 
+#include "plugin.h"
+
+#include <stddef.h>
+
 struct rrdcreate_config_s
 {
-  int    stepsize;
+  unsigned long stepsize;
   int    heartbeat;
   int    rrarows;
   double xff;