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:
parent
9faa317319
commit
d627052569
@ -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)
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user