From 579c00afb0ad01cbd0577b4391fa320b158585b0 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 6 Dec 2016 11:50:53 +0100 Subject: [PATCH] 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. --- src/perl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/perl.c b/src/perl.c index 71e17977..c79cfd2f 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 -- 2.11.0