Merge branch 'master' into ff/subsecond
[collectd.git] / src / perl.c
index c82d16b..116c34f 100644 (file)
 
 #include "configfile.h"
 
+#if HAVE_STDBOOL_H
+# include <stdbool.h>
+#endif
+
 #include <EXTERN.h>
 #include <perl.h>