summaryrefslogtreecommitdiffstats
path: root/source/tdb
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-12-04 12:44:10 +0000
committerMartin Pool <mbp@samba.org>2001-12-04 12:44:10 +0000
commit0c22a10d738041b3dc0c92d8ea060a86de769563 (patch)
treeb0c06a3960b6aa2b2b1f3ea64566e56ab3255aa1 /source/tdb
parent43edeaca9f3a42699131939ed0d917111f57b678 (diff)
downloadsamba-0c22a10d738041b3dc0c92d8ea060a86de769563.tar.gz
samba-0c22a10d738041b3dc0c92d8ea060a86de769563.tar.xz
samba-0c22a10d738041b3dc0c92d8ea060a86de769563.zip
Fix headers. This I know is correct.
Diffstat (limited to 'source/tdb')
-rw-r--r--source/tdb/tdbtool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/tdb/tdbtool.c b/source/tdb/tdbtool.c
index 31ecd17a0c1..5ed0cec5d95 100644
--- a/source/tdb/tdbtool.c
+++ b/source/tdb/tdbtool.c
@@ -29,6 +29,7 @@
#include <unistd.h>
#include <string.h>
#include <fcntl.h>
+#include <time.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <sys/time.h>