]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Add libcli/util/ntstatus.h in a few headers where it's needed
authorVolker Lendecke <vl@samba.org>
Fri, 23 Aug 2024 13:53:51 +0000 (15:53 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 27 Aug 2024 07:19:32 +0000 (07:19 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jennifer Sutton <jsutton@samba.org>
auth/credentials/credentials.h
libcli/security/dom_sid.h
source3/include/messages.h
source3/locking/share_mode_lock.h

index 8a6f26be31cdb2e633bb1f5ffc9be0533216f6e1..4a39899e751053e0687ca3db7c439a02f686f0af 100644 (file)
@@ -25,6 +25,7 @@
 #include "../lib/util/time.h"
 #include "../lib/util/data_blob.h"
 #include "librpc/gen_ndr/misc.h"
+#include "libcli/util/ntstatus.h"
 
 struct cli_credentials;
 struct ccache_container;
index 5e1c5d909585aa2ed814d86dc1c5fe126e19ae5d..84e20f4aaa507bf1b9cabc1f618e695d86c6e34e 100644 (file)
@@ -26,6 +26,7 @@
 #include "replace.h"
 #include <talloc.h>
 #include "lib/util/data_blob.h"
+#include "libcli/util/ntstatus.h"
 #include "librpc/gen_ndr/security.h"
 
 /* Some well-known SIDs */
index 23c90f73e25b503aa39da5e3a3fdd998e83afb56..95ba262ca2548de737ba9a8623b400888cb8727e 100644 (file)
@@ -23,6 +23,7 @@
 
 #include "replace.h"
 #include <tevent.h>
+#include "libcli/util/ntstatus.h"
 
 /* change the message version with any incompatible changes in the protocol */
 #define MESSAGE_VERSION 2
index eb74144a77d05160bb743fa35b70cc9a3be556f6..75ebdf937febf82c7c3012403b0bdcf15f0fac4b 100644 (file)
@@ -20,6 +20,7 @@
 #include <tevent.h>
 #include "librpc/gen_ndr/file_id.h"
 #include "lib/util/time.h"
+#include "libcli/util/ntstatus.h"
 
 struct share_mode_data;
 struct share_mode_lock;