From: Florian Forster Date: Tue, 6 Dec 2016 10:50:53 +0000 (+0100) Subject: perl plugin: Include unconditionally. X-Git-Tag: collectd-5.8.0~283 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=579c00afb0ad01cbd0577b4391fa320b158585b0;p=thirdparty%2Fcollectd.git perl plugin: Include unconditionally. With the autoconf work in dcb67fd746e550f73f4db4db2e2b24ff9788f209, HAVE_STDBOOL_H will no longer be defined. Since we depend on C99, we can include this header unconditionally. --- diff --git a/src/perl.c b/src/perl.c index 71e17977c..c79cfd2f9 100644 --- a/src/perl.c +++ b/src/perl.c @@ -38,9 +38,7 @@ #undef DONT_POISON_SPRINTF_YET -#if HAVE_STDBOOL_H #include -#endif #include #include