r12626: some systems need time.h here (for asctime())
authorAndrew Tridgell <tridge@samba.org>
Sat, 31 Dec 2005 01:36:09 +0000 (01:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:49:07 +0000 (13:49 -0500)
source/client/client.c

index fb070424960d1a6bc2278b01821f732264936e9c..e8496c5919da234cba0a4b4e0483489ffc78cb77 100644 (file)
@@ -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;