svn commit: samba r10495 - in branches/SAMBA_4_0/source/lib/tdb/common: .

tridge at samba.org tridge at samba.org
Mon Sep 26 01:46:03 GMT 2005


Author: tridge
Date: 2005-09-26 01:46:02 +0000 (Mon, 26 Sep 2005)
New Revision: 10495

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10495

Log:
older redhat boxes need sys/time.h for select()

Modified:
   branches/SAMBA_4_0/source/lib/tdb/common/tdb_private.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/tdb/common/tdb_private.h
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/common/tdb_private.h	2005-09-26 01:37:46 UTC (rev 10494)
+++ branches/SAMBA_4_0/source/lib/tdb/common/tdb_private.h	2005-09-26 01:46:02 UTC (rev 10495)
@@ -41,6 +41,9 @@
 #ifdef HAVE_SYS_SELECT_H
 #include <sys/select.h>
 #endif
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
 #include "tdb.h"
 
 #ifndef HAVE_PREAD_DECL



More information about the samba-cvs mailing list