1
0
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:
Volker Lendecke 2024-10-24 16:15:55 +02:00
parent baeedee534
commit b3a8f845ec

View File

@ -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 */