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-3.3.0pre1~963 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d22701b196bded3294776b144a7a990de23741e9;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) --- diff --git a/source/lib/socket_wrapper/socket_wrapper.c b/source/lib/socket_wrapper/socket_wrapper.c index beb890d135d..c8259e060e7 100644 --- a/source/lib/socket_wrapper/socket_wrapper.c +++ b/source/lib/socket_wrapper/socket_wrapper.c @@ -59,6 +59,7 @@ #else /* _SAMBA_BUILD_ */ #include +#include #include #include #include