perl plugin: Include <stdbool.h> unconditionally.
authorFlorian Forster <octo@collectd.org>
Tue, 6 Dec 2016 10:50:53 +0000 (11:50 +0100)
committerFlorian Forster <octo@collectd.org>
Tue, 6 Dec 2016 10:50:57 +0000 (11:50 +0100)
commit579c00afb0ad01cbd0577b4391fa320b158585b0
tree1b735fa4c2d5480120d5e69a2c9e15a8f11f3fa0
parent4e8e1adb1b6affe8af4a844480b4cd11fbfae27e
perl plugin: Include <stdbool.h> 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.
src/perl.c