1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

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>
This commit is contained in:
Volker Lendecke 2021-11-17 12:25:05 +01:00 committed by Ralph Boehme
parent 9faa317319
commit d627052569

View 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)
*/