summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-01-16 02:39:49 +0000
committerJeremy Allison <jra@samba.org>2003-01-16 02:39:49 +0000
commit7dd7d3a96a9f23f1a7474625957fe3452222809a (patch)
tree29283638a123a35fd12766a528c5b04b7005714d /source3/include/includes.h
parenta84f1e7535b64dcfb1f274097cf947d0ad6fd1ec (diff)
downloadsamba-7dd7d3a96a9f23f1a7474625957fe3452222809a.tar.gz
samba-7dd7d3a96a9f23f1a7474625957fe3452222809a.tar.bz2
samba-7dd7d3a96a9f23f1a7474625957fe3452222809a.zip
Fist part of fixes to make us compile with Heimdal. Don't explicitly
detect for now, I still have vague hopes of hiding the differences between MIT and Heimdal with a compatibility layer.... Jeremy. (This used to be commit 54d83de8a23937f1d8179a7e2596df3c50785618)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 98e38ac817..d5153a196c 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -412,6 +412,10 @@
#undef HAVE_LDAP
#endif
+#if HAVE_GSSAPI_H
+#include <gssapi.h>
+#endif
+
#if HAVE_GSSAPI_GSSAPI_H
#include <gssapi/gssapi.h>
#endif