From 215b3bc055ffacbd2086f2d3b97fca00992d5b40 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 31 Dec 2005 02:03:26 +0000 Subject: r12629: Add a comment so minimal_includes.pl doesn't try and remove this. Andrew Bartlett (This used to be commit 635e7befaad5ad65774f133062c82733a8cc9aee) --- source4/client/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/client') 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; -- cgit