diff options
author | Jim McDonough <jmcd@samba.org> | 2006-05-25 15:12:23 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:08:37 -0500 |
commit | 64fe1e92a5477ff24878985854d7dbb768382c7d (patch) | |
tree | 519ddd90c4c54a713c8326b49b18a80a972101de /source4 | |
parent | aa01252bb35a6e13d0050efc1b3ccb9a80a827a6 (diff) | |
download | samba-64fe1e92a5477ff24878985854d7dbb768382c7d.tar.gz samba-64fe1e92a5477ff24878985854d7dbb768382c7d.tar.bz2 samba-64fe1e92a5477ff24878985854d7dbb768382c7d.zip |
r15883: Make sure timegm() prototype is available (on systems where we've had to
replace it)
(This used to be commit eef117e4454ed5faeddfc0b18bd4f0128c922f36)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/kdc/hdb-ldb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/kdc/hdb-ldb.c b/source4/kdc/hdb-ldb.c index 518ef7c01c..57e6d52a7c 100644 --- a/source4/kdc/hdb-ldb.c +++ b/source4/kdc/hdb-ldb.c @@ -33,6 +33,7 @@ */ #include "includes.h" +#include "system/time.h" #include "kdc.h" #include "ads.h" #include "hdb.h" |