perl plugin: Restore missing include of "collectd.h"
authorPavel Rochnyack <pavel2000@ngs.ru>
Sat, 9 Jun 2018 11:30:29 +0000 (18:30 +0700)
committerPavel 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

index 31c68ad..fffbc21 100644 (file)
@@ -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>