r12815: try to fix the build on AIX
authorStefan Metzmacher <metze@samba.org>
Tue, 10 Jan 2006 08:41:49 +0000 (08:41 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:49:59 +0000 (13:49 -0500)
metze
(This used to be commit 21bc072c7addafc6f692fb8e998bd4dd9ab88b49)

source4/smbd/process_single.c
source4/smbd/process_standard.c
source4/smbd/process_thread.c

index 94fd7259469d13a3116282b38ae4861591cd192d..3e60b6bd5be4504b42db94d8deee3c346178c296 100644 (file)
@@ -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"
 
 
index b2276a2e548df76b7a3c2cd63d4e6d049ee61114..8b319db1c2dba733d1f95821604f7676acff50c5 100644 (file)
@@ -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"
 
 /*
index af111362b206ed20164fb8191ab829bfd3804638..328658b939acee5292dcd52c81db5b998790cabe 100644 (file)
@@ -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 {