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 | 858f1865df3e42bac3fb1f63e8f427d1a34a3964 (patch) | |
tree | 758904082083ec378c070640ab4da0bf837cc1bb /source3/tdb | |
parent | 7b64e61e68b3832775ab223c7c230f5ae77ffd8c (diff) | |
download | samba-858f1865df3e42bac3fb1f63e8f427d1a34a3964.tar.gz samba-858f1865df3e42bac3fb1f63e8f427d1a34a3964.tar.bz2 samba-858f1865df3e42bac3fb1f63e8f427d1a34a3964.zip |
Fix headers. This I know is correct.
(This used to be commit 0c22a10d738041b3dc0c92d8ea060a86de769563)
Diffstat (limited to 'source3/tdb')
-rw-r--r-- | source3/tdb/tdbtool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/tdb/tdbtool.c b/source3/tdb/tdbtool.c index 31ecd17a0c..5ed0cec5d9 100644 --- a/source3/tdb/tdbtool.c +++ b/source3/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> |