1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

lib: Add libcli/util/ntstatus.h in a few headers where it's needed

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jennifer Sutton <jsutton@samba.org>
This commit is contained in:
Volker Lendecke 2024-08-23 15:53:51 +02:00
parent 9b0fe3e66a
commit 1602b0120b
4 changed files with 4 additions and 0 deletions

View 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;

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

View 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

View 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;