diff options
author | Martin Pool <mbp@samba.org> | 2001-12-04 12:44:10 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-12-04 12:44:10 +0000 |
commit | 0c22a10d738041b3dc0c92d8ea060a86de769563 (patch) | |
tree | b0c06a3960b6aa2b2b1f3ea64566e56ab3255aa1 /source/tdb | |
parent | 43edeaca9f3a42699131939ed0d917111f57b678 (diff) | |
download | samba-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.c | 1 |
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> |