1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r22970: the events code calls close(), which needs to use socket_wrapper.h in

the build farm
This commit is contained in:
Andrew Tridgell 2007-05-17 09:44:58 +00:00 committed by Gerald (Jerry) Carter
parent c0f65eb656
commit 603d8b6f17
3 changed files with 3 additions and 0 deletions

View 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"

View 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"

View 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"