svn commit: samba r13699 - in branches/SAMBA_4_0/source/lib/events:
.
tridge at samba.org
tridge at samba.org
Mon Feb 27 00:36:09 GMT 2006
Author: tridge
Date: 2006-02-27 00:36:08 +0000 (Mon, 27 Feb 2006)
New Revision: 13699
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13699
Log:
restore the system/select.h include, as otherwise we don't detect
epoll support
Modified:
branches/SAMBA_4_0/source/lib/events/events_standard.c
Changeset:
Modified: branches/SAMBA_4_0/source/lib/events/events_standard.c
===================================================================
--- branches/SAMBA_4_0/source/lib/events/events_standard.c 2006-02-26 19:23:09 UTC (rev 13698)
+++ branches/SAMBA_4_0/source/lib/events/events_standard.c 2006-02-27 00:36:08 UTC (rev 13699)
@@ -30,6 +30,7 @@
#include "includes.h"
#include "system/filesys.h"
+#include "system/select.h" /* needed for WITH_EPOLL */
#include "dlinklist.h"
#include "lib/events/events.h"
#include "lib/events/events_internal.h"
More information about the samba-cvs
mailing list