r22970: the events code calls close(), which needs to use socket_wrapper.h in
authorAndrew Tridgell <tridge@samba.org>
Thu, 17 May 2007 09:44:58 +0000 (09:44 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:52:34 +0000 (14:52 -0500)
the build farm

source/lib/events/events_aio.c
source/lib/events/events_epoll.c
source/lib/events/events_standard.c

index ae5f597c185fd85ca71e65b41669d735df0ec4bf..afc806a2764b99d4ec610332cdd30e6184ef4c37 100644 (file)
@@ -33,6 +33,7 @@
 
 #include "includes.h"
 #include "system/filesys.h"
+#include "system/network.h"
 #include "lib/util/dlinklist.h"
 #include "lib/events/events.h"
 #include "lib/events/events_internal.h"
index 413925357e5d228bede7eb09eab2a917d46b4316..9874377141d9d6f54cf775a18806a93f1a07a994 100644 (file)
@@ -23,6 +23,7 @@
 
 #include "includes.h"
 #include "system/filesys.h"
+#include "system/network.h"
 #include "lib/util/dlinklist.h"
 #include "lib/events/events.h"
 #include "lib/events/events_internal.h"
index ee3ca4e535b9411b87c89c8935d22ed4fd98b324..e3d73817aecee42d8160e612a6e202058b0e299e 100644 (file)
@@ -30,6 +30,7 @@
 
 #include "includes.h"
 #include "system/filesys.h"
+#include "system/network.h"
 #include "system/select.h" /* needed for HAVE_EVENTS_EPOLL */
 #include "lib/util/dlinklist.h"
 #include "lib/events/events.h"