From: Love Hörnquist Åstrand Date: Thu, 19 Oct 2006 04:56:21 +0000 (+0000) Subject: r19409: Pull in for struct timeval for non samba build (don't X-Git-Tag: samba-4.0.0alpha6~801^2~1100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1410d8e7992112a4c07c6ef8e80b49be492a50c7;p=thirdparty%2Fsamba.git r19409: Pull in for struct timeval for non samba build (don't depend on namespace pollution) (cherry picked from commit 5052d2d10693e67f1b7c6c71277c8d1bc9c8b612) (This used to be commit d22701b196bded3294776b144a7a990de23741e9) --- diff --git a/source3/lib/socket_wrapper/socket_wrapper.c b/source3/lib/socket_wrapper/socket_wrapper.c index beb890d135d..c8259e060e7 100644 --- a/source3/lib/socket_wrapper/socket_wrapper.c +++ b/source3/lib/socket_wrapper/socket_wrapper.c @@ -59,6 +59,7 @@ #else /* _SAMBA_BUILD_ */ #include +#include #include #include #include