From: Sebastian Harl Date: Tue, 22 Sep 2020 14:58:41 +0000 (+0100) Subject: Let the example plugin include the core headers from X-Git-Tag: archive/raspbian/5.12.0-3+rpi1~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=449bed4f012c47de1acd7e0628a1161d34034cf7;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: