From: Ruben Kerkhof Date: Mon, 29 Feb 2016 22:21:35 +0000 (+0100) Subject: Include header for prototype of handle_putnotif X-Git-Tag: collectd-5.5.2~6^2~32^2~14 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=053218c05a67f660994cd949655f3a19b765e49a Include header for prototype of handle_putnotif --- diff --git a/src/utils_cmd_putnotif.c b/src/utils_cmd_putnotif.c index bed84628..ec91419d 100644 --- a/src/utils_cmd_putnotif.c +++ b/src/utils_cmd_putnotif.c @@ -24,6 +24,7 @@ #include "plugin.h" #include "utils_parse_option.h" +#include "utils_cmd_putnotif.h" #define print_to_socket(fh, ...) \ do { \