1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-24 02:04:21 +03:00

lib: Fix includes in strv.h

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2021-04-09 07:59:26 +00:00 committed by Jeremy Allison
parent cc4e6a900a
commit a5daae9a84

View 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);