]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Add a few required includes
authorVolker Lendecke <vl@samba.org>
Thu, 24 Oct 2024 14:15:55 +0000 (16:15 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 11 Nov 2024 14:03:04 +0000 (14:03 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
libcli/netlogon/netlogon_proto.h

index 53c7d004ee9f200335a927211b614c40adc021c9..ba82c0579a50d751bffb8a50ecb9fb665c9b7efb 100644 (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  */