diff options
author | Björn Jacke <bj@sernet.de> | 2010-06-05 02:12:02 +0200 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2010-06-05 02:15:29 +0200 |
commit | a973eb1968c416eb17de71655173fa2af16cb185 (patch) | |
tree | 7a871b1cdb68efb5a578cc61d2fe6a230838bbac /source3/libsmb | |
parent | 6309f7b9505d1de60ef01a7129e2d6022cdc8b9d (diff) | |
download | samba-a973eb1968c416eb17de71655173fa2af16cb185.tar.gz samba-a973eb1968c416eb17de71655173fa2af16cb185.tar.bz2 samba-a973eb1968c416eb17de71655173fa2af16cb185.zip |
s3: fix build on Heimdal based systems like NetBSD5
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/clikrb5.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/libsmb/clikrb5.c b/source3/libsmb/clikrb5.c index 098d633e62..2e3fdf3643 100644 --- a/source3/libsmb/clikrb5.c +++ b/source3/libsmb/clikrb5.c @@ -20,6 +20,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "includes.h" +#include "smb_krb5.h" + #ifndef KRB5_AUTHDATA_WIN2K_PAC #define KRB5_AUTHDATA_WIN2K_PAC 128 #endif @@ -28,9 +31,6 @@ #define KRB5_AUTHDATA_IF_RELEVANT 1 #endif -#include "includes.h" -#include "smb_krb5.h" - #ifdef HAVE_KRB5 #define GSSAPI_CHECKSUM 0x8003 /* Checksum type value for Kerberos */ |