From a5daae9a84c979dd207872d4d3b0b6491df51109 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 9 Apr 2021 07:59:26 +0000 Subject: [PATCH] lib: Fix includes in strv.h Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- lib/util/strv.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/util/strv.h b/lib/util/strv.h index 89f04023e44..a6197e55095 100644 --- a/lib/util/strv.h +++ b/lib/util/strv.h @@ -20,7 +20,8 @@ #ifndef _STRV_H_ #define _STRV_H_ -#include "talloc.h" +#include "replace.h" +#include int strv_add(TALLOC_CTX *mem_ctx, char **strv, const char *string); int strv_addn(TALLOC_CTX *mem_ctx, char **strv, const char *src, size_t srclen); -- 2.47.3