summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-11-05 00:57:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:53:09 -0500
commit8ea9237d82857ecd6111c37d1ce6b9122ff50f44 (patch)
tree863bc9cf4eaebfa0d11d0eca0b60840e9aeda126 /source3/include
parente73d23d1badbf76b6f53007fd48105b4e9f39eb1 (diff)
downloadsamba-8ea9237d82857ecd6111c37d1ce6b9122ff50f44.tar.gz
samba-8ea9237d82857ecd6111c37d1ce6b9122ff50f44.tar.bz2
samba-8ea9237d82857ecd6111c37d1ce6b9122ff50f44.zip
r3538: Fix the build with the latest Heimdal code.
Jeremy. (This used to be commit 34275bae787762646f02ea1dec19d7b3a9a733a3)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/includes.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 3999ef48bd..6a1681fe1f 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -455,13 +455,9 @@
#if HAVE_GSSAPI_H
#include <gssapi.h>
-#endif
-
-#if HAVE_GSSAPI_GSSAPI_H
+#elif HAVE_GSSAPI_GSSAPI_H
#include <gssapi/gssapi.h>
-#endif
-
-#if HAVE_GSSAPI_GSSAPI_GENERIC_H
+#elif HAVE_GSSAPI_GSSAPI_GENERIC_H
#include <gssapi/gssapi_generic.h>
#endif