git.samba.org
/
samba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix Samba3 on OpenIndiana.
[samba.git]
/
lib
/
replace
/
system
/
kerberos.h
diff --git
a/lib/replace/system/kerberos.h
b/lib/replace/system/kerberos.h
index 6d8c59f9b57b78ce56d5afc0e83ac2bb934db9f9..ec3eff17c71578290ea0b329dc15d2c79cac27f3 100644
(file)
--- a/
lib/replace/system/kerberos.h
+++ b/
lib/replace/system/kerberos.h
@@
-37,7
+37,9
@@
#include <com_err.h>
#endif
-#if HAVE_GSSAPI_GSSAPI_H
+#if HAVE_GSSAPI_GSSAPI_EXT_H
+#include <gssapi/gssapi_ext.h>
+#elif HAVE_GSSAPI_GSSAPI_H
#include <gssapi/gssapi.h>
#elif HAVE_GSSAPI_GSSAPI_GENERIC_H
#include <gssapi/gssapi_generic.h>