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:
parent
cc4e6a900a
commit
a5daae9a84
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user