From: Pavel Rochnyack Date: Sat, 9 Jun 2018 11:30:29 +0000 (+0700) Subject: perl plugin: Restore missing include of "collectd.h" X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=175f3e05472ffd71e5133d6f48830915a4581215 perl plugin: Restore missing include of "collectd.h" Restore include which was removed in fa36b45bfafec663e49639d40f4671e018e7ee10 (#2769). This adressed to solve compilation issue on Solaris platform. --- diff --git a/src/perl.c b/src/perl.c index 31c68ad7..fffbc21d 100644 --- 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 #include