1
0
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:
Kai Blin 2010-02-13 17:54:27 +01:00
parent b00d223f87
commit 9848086aa8
6 changed files with 4 additions and 3 deletions

View File

@ -36,7 +36,6 @@
/* Public headers */
#include "wbclient.h"
#include "wbc_async.h"
/* Private headers */

View File

@ -23,6 +23,7 @@
#include "replace.h"
#include "libwbclient.h"
#include "wbc_async.h"
struct wbc_sid_to_uid_state {
struct winbindd_request req;

View File

@ -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,

View File

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

View File

@ -23,6 +23,7 @@
#include "replace.h"
#include "libwbclient.h"
#include "wbc_async.h"
struct wbc_ping_state {
struct winbindd_request req;

View File

@ -23,8 +23,6 @@
/* Required Headers */
#include "replace.h"
#include "talloc.h"
#include "tevent.h"
#include "libwbclient.h"
/* From wb_common.c */