From 52de553b826afb810ad352dcafbf19a6d09c5436 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 31 Dec 2005 01:36:09 +0000 Subject: r12626: some systems need time.h here (for asctime()) (This used to be commit 596f8480bbf44dd70e2d2a7ccbc7ced67b74fce0) --- source4/client/client.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/client/client.c') 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; -- cgit