diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-12-31 01:36:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:07 -0500 |
commit | 52de553b826afb810ad352dcafbf19a6d09c5436 (patch) | |
tree | 280dc234cf4191a57f0e1f36588e1faa96798eae /source4/client | |
parent | c139e0eefaf7ed35ec0bbbc65f50271c26beadde (diff) | |
download | samba-52de553b826afb810ad352dcafbf19a6d09c5436.tar.gz samba-52de553b826afb810ad352dcafbf19a6d09c5436.tar.bz2 samba-52de553b826afb810ad352dcafbf19a6d09c5436.zip |
r12626: some systems need time.h here (for asctime())
(This used to be commit 596f8480bbf44dd70e2d2a7ccbc7ced67b74fce0)
Diffstat (limited to 'source4/client')
-rw-r--r-- | source4/client/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/client/client.c b/source4/client/client.c index fb07042496..e8496c5919 100644 --- a/source4/client/client.c +++ b/source4/client/client.c @@ -34,6 +34,7 @@ #include "system/readline.h" #include "pstring.h" #include "auth/gensec/gensec.h" +#include "system/time.h" static struct smbcli_state *cli; static int port = 0; |