From: Volker Lendecke Date: Thu, 24 Oct 2024 14:15:55 +0000 (+0200) Subject: lib: Add a few required includes X-Git-Tag: tdb-1.4.13~599 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3a8f845ec30759fce7862bd4070f5248b9880c0;p=thirdparty%2Fsamba.git lib: Add a few required includes Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher --- diff --git a/libcli/netlogon/netlogon_proto.h b/libcli/netlogon/netlogon_proto.h index 53c7d004ee9..ba82c0579a5 100644 --- a/libcli/netlogon/netlogon_proto.h +++ b/libcli/netlogon/netlogon_proto.h @@ -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 */