]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Add required includes to source3/include/secrets.h
authorVolker Lendecke <vl@samba.org>
Wed, 17 Nov 2021 11:25:05 +0000 (12:25 +0100)
committerRalph Boehme <slow@samba.org>
Wed, 17 Nov 2021 17:41:30 +0000 (17:41 +0000)
Bug: https://bugzilla.samba.org/show_bug.cgi?id=14908
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/include/secrets.h

index 2478561cee7d20b828406ee4fc5a38769c390996..1abfbb07e8932cc419f666d19cb1d0a3c11846da 100644 (file)
@@ -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)
 */