projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e8e1ad
)
perl plugin: Include <stdbool.h> unconditionally.
author
Florian Forster
<octo@collectd.org>
Tue, 6 Dec 2016 10:50:53 +0000
(11:50 +0100)
committer
Florian Forster
<octo@collectd.org>
Tue, 6 Dec 2016 10:50:57 +0000
(11:50 +0100)
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
patch
|
blob
|
history
diff --git
a/src/perl.c
b/src/perl.c
index
71e1797
..
c79cfd2
100644
(file)
--- a/
src/perl.c
+++ b/
src/perl.c
@@
-38,9
+38,7
@@
#undef DONT_POISON_SPRINTF_YET
-#if HAVE_STDBOOL_H
#include <stdbool.h>
-#endif
#include <EXTERN.h>
#include <perl.h>