From 76803ecccc8df9f99004342c1f459f711b219e1c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 5 Feb 2020 17:01:52 +0200 Subject: [PATCH] libsmb: Add required #includes to smb_util.h Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- libcli/smb/smb_util.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libcli/smb/smb_util.h b/libcli/smb/smb_util.h index 501b8dd1d3d..8861741c92f 100644 --- a/libcli/smb/smb_util.h +++ b/libcli/smb/smb_util.h @@ -19,6 +19,11 @@ along with this program. If not, see . */ +#include "replace.h" +#include "system/filesys.h" +#include "smb_constants.h" +#include + const char *smb_protocol_types_string(enum protocol_types protocol); char *attrib_string(TALLOC_CTX *mem_ctx, uint32_t attrib); uint32_t unix_perms_to_wire(mode_t perms); -- 2.47.2