summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-04 03:21:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:28 -0500
commitd4f667c37761c5b633a522340282684977cc6cda (patch)
tree5e10790d1ab19632bc2fb6470d7f61b80d45f221 /source4
parent37baa01e75f7ff92e9fb280e9ef3e0359c2d8553 (diff)
downloadsamba-d4f667c37761c5b633a522340282684977cc6cda.tar.gz
samba-d4f667c37761c5b633a522340282684977cc6cda.tar.bz2
samba-d4f667c37761c5b633a522340282684977cc6cda.zip
r3520: minor portability fix (for struct timeval)
(This used to be commit ea1ad5897d7023f00931a3102edf9d3393cc216e)
Diffstat (limited to 'source4')
-rw-r--r--source4/include/includes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h
index 9d2aacd3b2..d815e8c424 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -51,6 +51,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
+#include <sys/time.h>
#ifdef HAVE_STDINT_H
#include <stdint.h>