diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-01-10 08:41:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:59 -0500 |
commit | 7d6c9bf2b2c9eae5e04ab469324f26eb9c67d397 (patch) | |
tree | d1f5a1d19c1be447b9d9feeac2b6291da5ff704d /source4 | |
parent | 073866887d8f0ee50037bfe1779bc172d0b6c178 (diff) | |
download | samba-7d6c9bf2b2c9eae5e04ab469324f26eb9c67d397.tar.gz samba-7d6c9bf2b2c9eae5e04ab469324f26eb9c67d397.tar.bz2 samba-7d6c9bf2b2c9eae5e04ab469324f26eb9c67d397.zip |
r12815: try to fix the build on AIX
metze
(This used to be commit 21bc072c7addafc6f692fb8e998bd4dd9ab88b49)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/smbd/process_single.c | 1 | ||||
-rw-r--r-- | source4/smbd/process_standard.c | 1 | ||||
-rw-r--r-- | source4/smbd/process_thread.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/source4/smbd/process_single.c b/source4/smbd/process_single.c index 94fd725946..3e60b6bd5b 100644 --- a/source4/smbd/process_single.c +++ b/source4/smbd/process_single.c @@ -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" diff --git a/source4/smbd/process_standard.c b/source4/smbd/process_standard.c index b2276a2e54..8b319db1c2 100644 --- a/source4/smbd/process_standard.c +++ b/source4/smbd/process_standard.c @@ -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" /* diff --git a/source4/smbd/process_thread.c b/source4/smbd/process_thread.c index af111362b2..328658b939 100644 --- a/source4/smbd/process_thread.c +++ b/source4/smbd/process_thread.c @@ -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 { |