summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-11-17 12:25:05 +0100
committerRalph Boehme <slow@samba.org>2021-11-17 17:41:30 +0000
commitd6270525699fbc856b217cf18ece7f1d063b144d (patch)
tree56443a6f59328c691d1b0c24b16c73f5ac18e06d
parent9faa3173193ddcb95905993d960cc10d4366524e (diff)
downloadsamba-d6270525699fbc856b217cf18ece7f1d063b144d.tar.gz
lib: Add required includes to source3/include/secrets.h
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>
-rw-r--r--source3/include/secrets.h3
1 files changed, 3 insertions, 0 deletions
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)
*/