]> git.pld-linux.org Git - packages/apache-mod_auth_kerb.git/blame - apache-mod_auth_kerb-heimdal.patch
- gssapi_krb5.h is needed for heimdal, too
[packages/apache-mod_auth_kerb.git] / apache-mod_auth_kerb-heimdal.patch
CommitLineData
9a8b3ed6
JR
1--- mod_auth_kerb-5.4/src/mod_auth_kerb.c~ 2008-12-04 11:14:03.000000000 +0100
2+++ mod_auth_kerb-5.4/src/mod_auth_kerb.c 2009-12-09 15:17:55.226027574 +0100
3@@ -89,6 +89,7 @@
4 #include <krb5.h>
5 #ifdef HEIMDAL
6 # include <gssapi.h>
7+# include <gssapi/gssapi_krb5.h>
8 #else
9 # include <gssapi/gssapi.h>
10 # include <gssapi/gssapi_generic.h>
This page took 0.055228 seconds and 4 git commands to generate.