summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-12-04 13:17:22 +0000
committerMartin Pool <mbp@samba.org>2001-12-04 13:17:22 +0000
commit65e1d4a7a5b9a7a01ee15173bd7fb57fe23b23f9 (patch)
tree7d0532712530bf61908de691a974b83a06c4d9f5
parent858f1865df3e42bac3fb1f63e8f427d1a34a3964 (diff)
downloadsamba-65e1d4a7a5b9a7a01ee15173bd7fb57fe23b23f9.tar.gz
samba-65e1d4a7a5b9a7a01ee15173bd7fb57fe23b23f9.tar.bz2
samba-65e1d4a7a5b9a7a01ee15173bd7fb57fe23b23f9.zip
Fix headers. This I know is correct.
(This used to be commit 58cfea3c2aba5a8309e4084ec8df0cfcb48a4075)
-rw-r--r--source3/tdb/tdbtorture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/tdb/tdbtorture.c b/source3/tdb/tdbtorture.c
index c76446b4fd..66c424c355 100644
--- a/source3/tdb/tdbtorture.c
+++ b/source3/tdb/tdbtorture.c
@@ -1,4 +1,5 @@
#include <stdlib.h>
+#include <time.h>
#include <stdio.h>
#include <fcntl.h>
#include <unistd.h>