1
0
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:
Volker Lendecke 2023-05-30 13:27:00 +02:00 committed by Jeremy Allison
parent 2c610804fe
commit a4972336f1
5 changed files with 9 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include "libcli/util/ntstatus.h"
#include "libcli/util/werror.h"
#include "lib/util/data_blob.h"
/* Those macros are only available in GnuTLS >= 3.6.4 */
#ifndef GNUTLS_FIPS140_SET_LAX_MODE

View File

@ -21,6 +21,9 @@
*/
#include "replace.h"
#include "lib/util/time.h"
struct tevent_context;
#ifdef WITH_PROFILE

View File

@ -19,6 +19,8 @@
/* key and data in the connections database - used in smbstatus and smbd */
#include "source3/include/includes.h"
struct connections_data {
struct server_id pid;
int cnum;

View File

@ -23,6 +23,7 @@
#define IRPC_H
#include "lib/messaging/messaging.h"
#include "libcli/util/werror.h"
#include "librpc/gen_ndr/irpc.h"
/*

View File

@ -22,8 +22,10 @@
#define _SOURCE4_LIB_MESSAGING_MESSAGES_H_
#include "librpc/gen_ndr/server_id.h"
#include "lib/util/data_blob.h"
#include "librpc/gen_ndr/messaging.h"
struct loadparm_context;
struct imessaging_context;
/* taskid for messaging of parent process */