s3: try to fix the build on some non-linux buildfarm machines.
authorGünther Deschner <gd@samba.org>
Wed, 30 Mar 2011 08:50:10 +0000 (10:50 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 30 Mar 2011 09:39:31 +0000 (11:39 +0200)
Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Mar 30 11:39:31 CEST 2011 on sn-devel-104

source3/auth/pass_check.c
source3/include/event.h
source3/lib/packet.c
source3/smbd/utmp.c

index 93aa89cf24a368bb92e9583f1513d48c8930dcee..a7a1c3d8f5dc617735dc2a074dd7a5714f18d7e9 100644 (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
index d69b3333366fe14ce65dd95ef9434e381e550cf7..1e5dfaba5e1585107360f0d23cc34430ec6ca7cd 100644 (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);
index 26ca1dad69d0380327109f37d3782b87eea0286b..133983d3d43f25bd70eefbcb83554640538c5fe1 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "includes.h"
 #include "../lib/util/select.h"
+#include "system/filesys.h"
 #include "system/select.h"
 #include "packet.h"
 
index 2d6beab4da19a99dad31cab61c688b12b8332708..47462f6d85255fef5625704b0917b71969d63901 100644 (file)
@@ -19,6 +19,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "smbd/smbd.h"
 
 /****************************************************************************