]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Fix includes in strv.h
authorVolker Lendecke <vl@samba.org>
Fri, 9 Apr 2021 07:59:26 +0000 (07:59 +0000)
committerJeremy Allison <jra@samba.org>
Mon, 19 Apr 2021 18:18:31 +0000 (18:18 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/util/strv.h

index 89f04023e445d55e2b89d6499f25499058797c54..a6197e55095a98e87150e21a48389fd0583d6a16 100644 (file)
@@ -20,7 +20,8 @@
 #ifndef _STRV_H_
 #define _STRV_H_
 
-#include "talloc.h"
+#include "replace.h"
+#include <talloc.h>
 
 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);