summaryrefslogtreecommitdiff
path: root/source4/client
diff options
context:
space:
mode:
Diffstat (limited to 'source4/client')
-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;