svn commit: samba r12815 - in branches/SAMBA_4_0/source/smbd: .

metze at samba.org metze at samba.org
Tue Jan 10 08:41:50 GMT 2006


Author: metze
Date: 2006-01-10 08:41:49 +0000 (Tue, 10 Jan 2006)
New Revision: 12815

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

Log:
try to fix the build on AIX

metze
Modified:
   branches/SAMBA_4_0/source/smbd/process_single.c
   branches/SAMBA_4_0/source/smbd/process_standard.c
   branches/SAMBA_4_0/source/smbd/process_thread.c


Changeset:
Modified: branches/SAMBA_4_0/source/smbd/process_single.c
===================================================================
--- branches/SAMBA_4_0/source/smbd/process_single.c	2006-01-10 07:08:27 UTC (rev 12814)
+++ branches/SAMBA_4_0/source/smbd/process_single.c	2006-01-10 08:41:49 UTC (rev 12815)
@@ -26,6 +26,7 @@
 #include "smb_server/smb_server.h"
 
 /* For sepecifiying event context to GSSAPI below */
+#include "system/kerberos.h"
 #include "heimdal/lib/gssapi/gssapi_locl.h"
 
 

Modified: branches/SAMBA_4_0/source/smbd/process_standard.c
===================================================================
--- branches/SAMBA_4_0/source/smbd/process_standard.c	2006-01-10 07:08:27 UTC (rev 12814)
+++ branches/SAMBA_4_0/source/smbd/process_standard.c	2006-01-10 08:41:49 UTC (rev 12815)
@@ -28,6 +28,7 @@
 #include "smb_server/smb_server.h"
 
 /* For sepecifiying event context to GSSAPI below */
+#include "system/kerberos.h"
 #include "heimdal/lib/gssapi/gssapi_locl.h"
 
 /*

Modified: branches/SAMBA_4_0/source/smbd/process_thread.c
===================================================================
--- branches/SAMBA_4_0/source/smbd/process_thread.c	2006-01-10 07:08:27 UTC (rev 12814)
+++ branches/SAMBA_4_0/source/smbd/process_thread.c	2006-01-10 08:41:49 UTC (rev 12815)
@@ -36,6 +36,7 @@
 #include "mutex.h"
 
 /* For sepecifiying event context to GSSAPI below */
+#include "system/kerberos.h"
 #include "heimdal/lib/gssapi/gssapi_locl.h"
 
 struct new_conn_state {



More information about the samba-cvs mailing list