r12629: Add a comment so minimal_includes.pl doesn't try and remove this.
authorAndrew Bartlett <abartlet@samba.org>
Sat, 31 Dec 2005 02:03:26 +0000 (02:03 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:49:09 +0000 (13:49 -0500)
Andrew Bartlett
(This used to be commit 635e7befaad5ad65774f133062c82733a8cc9aee)

source4/client/client.c

index e8496c5919da234cba0a4b4e0483489ffc78cb77..712a5261fa7ff6d0188a5b7fae73d4bbb5caa7cd 100644 (file)
@@ -34,7 +34,7 @@
 #include "system/readline.h"
 #include "pstring.h"
 #include "auth/gensec/gensec.h"
-#include "system/time.h"
+#include "system/time.h" /* needed by some systems for asctime() */
 
 static struct smbcli_state *cli;
 static int port = 0;