From 053218c05a67f660994cd949655f3a19b765e49a Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Mon, 29 Feb 2016 23:21:35 +0100 Subject: [PATCH] Include header for prototype of handle_putnotif --- src/utils_cmd_putnotif.c | 1 + 1 file changed, 1 insertion(+) 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 { \ -- 2.11.0