mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
lib: Add a few required #includes
You find them if you try to #include these files directly Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
2c610804fe
commit
a4972336f1
@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
#include "libcli/util/ntstatus.h"
|
#include "libcli/util/ntstatus.h"
|
||||||
#include "libcli/util/werror.h"
|
#include "libcli/util/werror.h"
|
||||||
|
#include "lib/util/data_blob.h"
|
||||||
|
|
||||||
/* Those macros are only available in GnuTLS >= 3.6.4 */
|
/* Those macros are only available in GnuTLS >= 3.6.4 */
|
||||||
#ifndef GNUTLS_FIPS140_SET_LAX_MODE
|
#ifndef GNUTLS_FIPS140_SET_LAX_MODE
|
||||||
|
@ -21,6 +21,9 @@
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "replace.h"
|
||||||
|
#include "lib/util/time.h"
|
||||||
|
|
||||||
struct tevent_context;
|
struct tevent_context;
|
||||||
|
|
||||||
#ifdef WITH_PROFILE
|
#ifdef WITH_PROFILE
|
||||||
|
@ -19,6 +19,8 @@
|
|||||||
|
|
||||||
/* key and data in the connections database - used in smbstatus and smbd */
|
/* key and data in the connections database - used in smbstatus and smbd */
|
||||||
|
|
||||||
|
#include "source3/include/includes.h"
|
||||||
|
|
||||||
struct connections_data {
|
struct connections_data {
|
||||||
struct server_id pid;
|
struct server_id pid;
|
||||||
int cnum;
|
int cnum;
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
#define IRPC_H
|
#define IRPC_H
|
||||||
|
|
||||||
#include "lib/messaging/messaging.h"
|
#include "lib/messaging/messaging.h"
|
||||||
|
#include "libcli/util/werror.h"
|
||||||
#include "librpc/gen_ndr/irpc.h"
|
#include "librpc/gen_ndr/irpc.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -22,8 +22,10 @@
|
|||||||
#define _SOURCE4_LIB_MESSAGING_MESSAGES_H_
|
#define _SOURCE4_LIB_MESSAGING_MESSAGES_H_
|
||||||
|
|
||||||
#include "librpc/gen_ndr/server_id.h"
|
#include "librpc/gen_ndr/server_id.h"
|
||||||
|
#include "lib/util/data_blob.h"
|
||||||
#include "librpc/gen_ndr/messaging.h"
|
#include "librpc/gen_ndr/messaging.h"
|
||||||
|
|
||||||
|
struct loadparm_context;
|
||||||
struct imessaging_context;
|
struct imessaging_context;
|
||||||
|
|
||||||
/* taskid for messaging of parent process */
|
/* taskid for messaging of parent process */
|
||||||
|
Loading…
Reference in New Issue
Block a user