r3520: minor portability fix (for struct timeval)
authorAndrew Tridgell <tridge@samba.org>
Thu, 4 Nov 2004 03:21:44 +0000 (03:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:05:28 +0000 (13:05 -0500)
(This used to be commit ea1ad5897d7023f00931a3102edf9d3393cc216e)

source4/include/includes.h

index 9d2aacd3b27b9a75bfd6d668f7780a6969440455..d815e8c4243ec1ef2a508a17be83e24be04cc9cf 100644 (file)
@@ -51,6 +51,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stddef.h>
+#include <sys/time.h>
 
 #ifdef HAVE_STDINT_H
 #include <stdint.h>