projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e11b359
)
perl plugin: Restore missing include of "collectd.h"
author
Pavel Rochnyack
<pavel2000@ngs.ru>
Sat, 9 Jun 2018 11:30:29 +0000
(18:30 +0700)
committer
Pavel Rochnyack
<pavel2000@ngs.ru>
Sat, 9 Jun 2018 11:30:29 +0000
(18:30 +0700)
Restore include which was removed in
fa36b45bfafec663e49639d40f4671e018e7ee10
(#2769).
This adressed to solve compilation issue on Solaris platform.
src/perl.c
patch
|
blob
|
history
diff --git
a/src/perl.c
b/src/perl.c
index
31c68ad
..
fffbc21
100644
(file)
--- a/
src/perl.c
+++ b/
src/perl.c
@@
-33,6
+33,7
@@
/* do not automatically get the thread specific Perl interpreter */
#define PERL_NO_GET_CONTEXT
+#include "collectd.h"
#include <stdbool.h>
#include <EXTERN.h>