mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
libwbclient: Fix s4 build failure by fixing up includes.
Sorry about this, folks.
This commit is contained in:
parent
b00d223f87
commit
9848086aa8
@ -36,7 +36,6 @@
|
||||
/* Public headers */
|
||||
|
||||
#include "wbclient.h"
|
||||
#include "wbc_async.h"
|
||||
|
||||
/* Private headers */
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
#include "replace.h"
|
||||
#include "libwbclient.h"
|
||||
#include "wbc_async.h"
|
||||
|
||||
struct wbc_sid_to_uid_state {
|
||||
struct winbindd_request req;
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "replace.h"
|
||||
#include "libwbclient.h"
|
||||
#include "../winbind_client.h"
|
||||
#include "wbc_async.h"
|
||||
|
||||
/* FIXME: Currently this is still a copy of the same function from wbc_pam.c */
|
||||
static wbcErr wbc_create_auth_info(TALLOC_CTX *mem_ctx,
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "replace.h"
|
||||
#include "libwbclient.h"
|
||||
#include "../winbind_client.h"
|
||||
#include "wbc_async.h"
|
||||
|
||||
struct wbc_lookup_name_state {
|
||||
struct winbindd_request req;
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
#include "replace.h"
|
||||
#include "libwbclient.h"
|
||||
#include "wbc_async.h"
|
||||
|
||||
struct wbc_ping_state {
|
||||
struct winbindd_request req;
|
||||
|
@ -23,8 +23,6 @@
|
||||
/* Required Headers */
|
||||
|
||||
#include "replace.h"
|
||||
#include "talloc.h"
|
||||
#include "tevent.h"
|
||||
#include "libwbclient.h"
|
||||
|
||||
/* From wb_common.c */
|
||||
|
Loading…
x
Reference in New Issue
Block a user