From: Volker Lendecke Date: Wed, 17 Nov 2021 11:25:05 +0000 (+0100) Subject: lib: Add required includes to source3/include/secrets.h X-Git-Tag: ldb-2.5.0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6270525699fbc856b217cf18ece7f1d063b144d;p=thirdparty%2Fsamba.git lib: Add required includes to source3/include/secrets.h Bug: https://bugzilla.samba.org/show_bug.cgi?id=14908 Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- diff --git a/source3/include/secrets.h b/source3/include/secrets.h index 2478561cee7..1abfbb07e89 100644 --- a/source3/include/secrets.h +++ b/source3/include/secrets.h @@ -20,6 +20,9 @@ #ifndef _SECRETS_H #define _SECRETS_H +#include "replace.h" +#include "librpc/gen_ndr/security.h" + /* the first one is for the hashed password (NT4 style) the latter for plaintext (ADS) */