Add a comment so minimal_includes.pl doesn't try and remove this.
authorabartlet <abartlet@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Sat, 31 Dec 2005 02:03:26 +0000 (02:03 +0000)
committerabartlet <abartlet@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Sat, 31 Dec 2005 02:03:26 +0000 (02:03 +0000)
Andrew Bartlett

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@12629 0c0555d6-39d7-0310-84fc-f1cc0bd64818

source/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;