From: Sebastian Harl Date: Sat, 2 Jan 2021 20:09:49 +0000 (+0000) Subject: Let the example plugin include the core headers from X-Git-Tag: archive/raspbian/5.12.0-4+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b37bde61c524e8b381c79235d148829c302868a0;p=collectd.git Let the example plugin include the core headers from /usr/include/collectd/core. Gbp-Pq: Name myplugin_includes.patch --- diff --git a/contrib/examples/myplugin.c b/contrib/examples/myplugin.c index d95f10b..a5bebe9 100644 --- a/contrib/examples/myplugin.c +++ b/contrib/examples/myplugin.c @@ -38,10 +38,10 @@ #endif /* ! HAVE_CONFIG */ -#include +#include -#include -#include +#include +#include /* * data source definition: