svn commit: samba r12626 - in branches/SAMBA_4_0/source/client: .

tridge at samba.org tridge at samba.org
Sat Dec 31 01:36:10 GMT 2005


Author: tridge
Date: 2005-12-31 01:36:09 +0000 (Sat, 31 Dec 2005)
New Revision: 12626

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12626

Log:

some systems need time.h here (for asctime())

Modified:
   branches/SAMBA_4_0/source/client/client.c


Changeset:
Modified: branches/SAMBA_4_0/source/client/client.c
===================================================================
--- branches/SAMBA_4_0/source/client/client.c	2005-12-31 00:46:44 UTC (rev 12625)
+++ branches/SAMBA_4_0/source/client/client.c	2005-12-31 01:36:09 UTC (rev 12626)
@@ -34,6 +34,7 @@
 #include "system/readline.h"
 #include "pstring.h"
 #include "auth/gensec/gensec.h"
+#include "system/time.h"
 
 static struct smbcli_state *cli;
 static int port = 0;



More information about the samba-cvs mailing list