diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-12-31 02:03:26 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:09 -0500 |
commit | 215b3bc055ffacbd2086f2d3b97fca00992d5b40 (patch) | |
tree | e75a0b5ab5eb2c86f87412d7319991c89ff8320f | |
parent | 8b7013fa50e5e1663121b8f01e1849fcebdc8e73 (diff) | |
download | samba-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)
-rw-r--r-- | source4/client/client.c | 2 |
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; |