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:
parent
9b0fe3e66a
commit
1602b0120b
@ -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;
|
||||
|
@ -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 */
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user