From d6270525699fbc856b217cf18ece7f1d063b144d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 17 Nov 2021 12:25:05 +0100 Subject: [PATCH] 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 --- source3/include/secrets.h | 3 +++ 1 file changed, 3 insertions(+) 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) */