From: Ruben Kerkhof Date: Mon, 29 Feb 2016 22:31:55 +0000 (+0100) Subject: utils_subst.c: add header for prototypes X-Git-Tag: collectd-5.5.2~58^2^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=808f54945bd554bdfb43e1efc2cdf6de18aefc4c;p=thirdparty%2Fcollectd.git utils_subst.c: add header for prototypes --- diff --git a/src/utils_subst.c b/src/utils_subst.c index a49f6db56..ca1e93349 100644 --- a/src/utils_subst.c +++ b/src/utils_subst.c @@ -25,6 +25,7 @@ #include "collectd.h" #include "common.h" +#include "utils_subst.h" char *subst (char *buf, size_t buflen, const char *string, int off1, int off2, const char *replacement)