r19409: Pull in <sys/time.h> for struct timeval for non samba build (don't
authorLove Hörnquist Åstrand <lha@samba.org>
Thu, 19 Oct 2006 04:56:21 +0000 (04:56 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:21:28 +0000 (14:21 -0500)
depend on namespace pollution)
(This used to be commit 5052d2d10693e67f1b7c6c71277c8d1bc9c8b612)

source4/lib/socket_wrapper/socket_wrapper.c

index 36d6801d692ba22247e4173d45ed2fb21c9628b2..3f2020d26629bff0abdceb26465222b31691484b 100644 (file)
@@ -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>