From 175f3e05472ffd71e5133d6f48830915a4581215 Mon Sep 17 00:00:00 2001 From: Pavel Rochnyack Date: Sat, 9 Jun 2018 18:30:29 +0700 Subject: [PATCH] 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. --- src/perl.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0