svn commit: samba r19409 - in branches/SAMBA_4_0/source/lib/socket_wrapper: .

lha at samba.org lha at samba.org
Thu Oct 19 04:56:21 GMT 2006


Author: lha
Date: 2006-10-19 04:56:21 +0000 (Thu, 19 Oct 2006)
New Revision: 19409

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

Log:
Pull in <sys/time.h> for struct timeval for non samba build (don't
depend on namespace pollution)

Modified:
   branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c
===================================================================
--- branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c	2006-10-19 03:04:00 UTC (rev 19408)
+++ branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c	2006-10-19 04:56:21 UTC (rev 19409)
@@ -59,6 +59,7 @@
 #else /* _SAMBA_BUILD_ */
 
 #include <sys/types.h>
+#include <sys/time.h>
 #include <sys/stat.h>
 #include <sys/socket.h>
 #include <sys/ioctl.h>



More information about the samba-cvs mailing list