1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +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:
Günther Deschner 2011-03-30 10:50:10 +02:00
parent 0fea80c1d6
commit fbd0ff69ec
4 changed files with 4 additions and 1 deletions

View File

@ -21,6 +21,7 @@
password database. The SMB encrypted password support is elsewhere */
#include "includes.h"
#include "system/passwd.h"
#include "auth.h"
#undef DBGC_CLASS

View File

@ -25,7 +25,7 @@
#define event_context_init(mem_ctx) s3_tevent_context_init(mem_ctx)
/* The following definitions come from lib/events.c */
struct pollfd;
struct timeval *get_timed_events_timeout(struct event_context *event_ctx,
struct timeval *to_ret);
void dump_event_list(struct event_context *event_ctx);

View File

@ -19,6 +19,7 @@
#include "includes.h"
#include "../lib/util/select.h"
#include "system/filesys.h"
#include "system/select.h"
#include "packet.h"

View File

@ -19,6 +19,7 @@
*/
#include "includes.h"
#include "system/filesys.h"
#include "smbd/smbd.h"
/****************************************************************************