summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2010-06-05 02:12:02 +0200
committerBjörn Jacke <bj@sernet.de>2010-06-05 02:15:29 +0200
commita973eb1968c416eb17de71655173fa2af16cb185 (patch)
tree7a871b1cdb68efb5a578cc61d2fe6a230838bbac
parent6309f7b9505d1de60ef01a7129e2d6022cdc8b9d (diff)
downloadsamba-a973eb1968c416eb17de71655173fa2af16cb185.tar.gz
samba-a973eb1968c416eb17de71655173fa2af16cb185.tar.bz2
samba-a973eb1968c416eb17de71655173fa2af16cb185.zip
s3: fix build on Heimdal based systems like NetBSD5
-rw-r--r--source3/libsmb/clikrb5.c6
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 */