svn commit: samba r3520 - in branches/SAMBA_4_0/source/include: .

tridge at samba.org tridge at samba.org
Thu Nov 4 03:21:44 GMT 2004


Author: tridge
Date: 2004-11-04 03:21:44 +0000 (Thu, 04 Nov 2004)
New Revision: 3520

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

Log:
minor portability fix (for struct timeval)

Modified:
   branches/SAMBA_4_0/source/include/includes.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/includes.h
===================================================================
--- branches/SAMBA_4_0/source/include/includes.h	2004-11-04 02:49:25 UTC (rev 3519)
+++ branches/SAMBA_4_0/source/include/includes.h	2004-11-04 03:21:44 UTC (rev 3520)
@@ -51,6 +51,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stddef.h>
+#include <sys/time.h>
 
 #ifdef HAVE_STDINT_H
 #include <stdint.h>



More information about the samba-cvs mailing list