summaryrefslogtreecommitdiff
path: root/source4/client/client.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-12-31 02:03:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:49:09 -0500
commit215b3bc055ffacbd2086f2d3b97fca00992d5b40 (patch)
treee75a0b5ab5eb2c86f87412d7319991c89ff8320f /source4/client/client.c
parent8b7013fa50e5e1663121b8f01e1849fcebdc8e73 (diff)
downloadsamba-215b3bc055ffacbd2086f2d3b97fca00992d5b40.tar.gz
samba-215b3bc055ffacbd2086f2d3b97fca00992d5b40.tar.bz2
samba-215b3bc055ffacbd2086f2d3b97fca00992d5b40.zip
r12629: Add a comment so minimal_includes.pl doesn't try and remove this.
Andrew Bartlett (This used to be commit 635e7befaad5ad65774f133062c82733a8cc9aee)
Diffstat (limited to 'source4/client/client.c')
-rw-r--r--source4/client/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/client/client.c b/source4/client/client.c
index e8496c5919..712a5261fa 100644
--- a/source4/client/client.c
+++ b/source4/client/client.c
@@ -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;