mirror of
https://github.com/samba-team/samba.git
synced 2024-12-21 09:34:19 +03:00
lib: Add a few required includes
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
baeedee534
commit
b3a8f845ec
@ -9,6 +9,12 @@
|
||||
* to this subsystem or library. These functions should not be
|
||||
* used outside this particular subsystem! */
|
||||
|
||||
#include "replace.h"
|
||||
#include "lib/util/data_blob.h"
|
||||
#include "libcli/util/ntstatus.h"
|
||||
|
||||
struct netlogon_samlogon_response;
|
||||
struct nbt_netlogon_response;
|
||||
|
||||
/* The following definitions come from ../libcli/netlogon.c */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user