mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
s3: try to fix the build on some non-linux buildfarm machines.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 30 11:39:31 CEST 2011 on sn-devel-104
This commit is contained in:
parent
0fea80c1d6
commit
fbd0ff69ec
source3
@ -21,6 +21,7 @@
|
|||||||
password database. The SMB encrypted password support is elsewhere */
|
password database. The SMB encrypted password support is elsewhere */
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
|
#include "system/passwd.h"
|
||||||
#include "auth.h"
|
#include "auth.h"
|
||||||
|
|
||||||
#undef DBGC_CLASS
|
#undef DBGC_CLASS
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#define event_context_init(mem_ctx) s3_tevent_context_init(mem_ctx)
|
#define event_context_init(mem_ctx) s3_tevent_context_init(mem_ctx)
|
||||||
|
|
||||||
/* The following definitions come from lib/events.c */
|
/* The following definitions come from lib/events.c */
|
||||||
|
struct pollfd;
|
||||||
struct timeval *get_timed_events_timeout(struct event_context *event_ctx,
|
struct timeval *get_timed_events_timeout(struct event_context *event_ctx,
|
||||||
struct timeval *to_ret);
|
struct timeval *to_ret);
|
||||||
void dump_event_list(struct event_context *event_ctx);
|
void dump_event_list(struct event_context *event_ctx);
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "../lib/util/select.h"
|
#include "../lib/util/select.h"
|
||||||
|
#include "system/filesys.h"
|
||||||
#include "system/select.h"
|
#include "system/select.h"
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
|
#include "system/filesys.h"
|
||||||
#include "smbd/smbd.h"
|
#include "smbd/smbd.h"
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user