diff options
author | Martin Pool <mbp@samba.org> | 2001-12-04 13:17:22 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-12-04 13:17:22 +0000 |
commit | 65e1d4a7a5b9a7a01ee15173bd7fb57fe23b23f9 (patch) | |
tree | 7d0532712530bf61908de691a974b83a06c4d9f5 /source3/tdb | |
parent | 858f1865df3e42bac3fb1f63e8f427d1a34a3964 (diff) | |
download | samba-65e1d4a7a5b9a7a01ee15173bd7fb57fe23b23f9.tar.gz samba-65e1d4a7a5b9a7a01ee15173bd7fb57fe23b23f9.tar.bz2 samba-65e1d4a7a5b9a7a01ee15173bd7fb57fe23b23f9.zip |
Fix headers. This I know is correct.
(This used to be commit 58cfea3c2aba5a8309e4084ec8df0cfcb48a4075)
Diffstat (limited to 'source3/tdb')
-rw-r--r-- | source3/tdb/tdbtorture.c | 1 |
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> |