svn commit: samba r6521 - in branches/SAMBA_4_0/source/auth/kerberos: .

tpot at samba.org tpot at samba.org
Sat Apr 30 04:46:55 GMT 2005


Author: tpot
Date: 2005-04-30 04:46:54 +0000 (Sat, 30 Apr 2005)
New Revision: 6521

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

Log:
Include system/network.h to fix compiler warning.

Modified:
   branches/SAMBA_4_0/source/auth/kerberos/kerberos_verify.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/kerberos/kerberos_verify.c
===================================================================
--- branches/SAMBA_4_0/source/auth/kerberos/kerberos_verify.c	2005-04-30 04:46:17 UTC (rev 6520)
+++ branches/SAMBA_4_0/source/auth/kerberos/kerberos_verify.c	2005-04-30 04:46:54 UTC (rev 6521)
@@ -24,6 +24,7 @@
 */
 
 #include "includes.h"
+#include "system/network.h"
 #include "system/kerberos.h"
 #include "auth/kerberos/kerberos.h"
 #include "asn_1.h"



More information about the samba-cvs mailing list