svn commit: samba r3519 - in branches/SAMBA_4_0/source/libcli/auth: .

abartlet at samba.org abartlet at samba.org
Thu Nov 4 02:49:25 GMT 2004


Author: abartlet
Date: 2004-11-04 02:49:25 +0000 (Thu, 04 Nov 2004)
New Revision: 3519

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

Log:
Include time headers to fix the build.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/libcli/auth/clikrb5.c
   branches/SAMBA_4_0/source/libcli/auth/gensec_krb5.c
   branches/SAMBA_4_0/source/libcli/auth/kerberos.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/auth/clikrb5.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/auth/clikrb5.c	2004-11-04 02:19:25 UTC (rev 3518)
+++ branches/SAMBA_4_0/source/libcli/auth/clikrb5.c	2004-11-04 02:49:25 UTC (rev 3519)
@@ -22,6 +22,7 @@
 #include "includes.h"
 #include "system/network.h"
 #include "system/kerberos.h"
+#include "system/time.h"
 
 #ifdef HAVE_KRB5
 

Modified: branches/SAMBA_4_0/source/libcli/auth/gensec_krb5.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/auth/gensec_krb5.c	2004-11-04 02:19:25 UTC (rev 3518)
+++ branches/SAMBA_4_0/source/libcli/auth/gensec_krb5.c	2004-11-04 02:49:25 UTC (rev 3519)
@@ -25,6 +25,7 @@
 
 #include "includes.h"
 #include "system/kerberos.h"
+#include "system/time.h"
 #include "libcli/auth/kerberos.h"
 #include "librpc/gen_ndr/ndr_krb5pac.h"
 #include "auth/auth.h"

Modified: branches/SAMBA_4_0/source/libcli/auth/kerberos.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/auth/kerberos.c	2004-11-04 02:19:25 UTC (rev 3518)
+++ branches/SAMBA_4_0/source/libcli/auth/kerberos.c	2004-11-04 02:49:25 UTC (rev 3519)
@@ -22,6 +22,7 @@
 
 #include "includes.h"
 #include "system/kerberos.h"
+#include "system/time.h"
 
 #ifdef HAVE_KRB5
 



More information about the samba-cvs mailing list