mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-11 00:07:08 +02:00
12 lines
347 B
Diff
12 lines
347 B
Diff
--- mod_auth_kerb-5.4/src/mod_auth_kerb.c 2010-10-04 16:21:22.169285716 +0200
|
|
+++ mod_auth_kerb-5.4.new/src/mod_auth_kerb.c 2010-10-04 16:20:41.584250095 +0200
|
|
@@ -89,6 +89,7 @@
|
|
#include <krb5.h>
|
|
#ifdef HEIMDAL
|
|
# include <gssapi.h>
|
|
+# include <gssapi/gssapi_krb5.h>
|
|
#else
|
|
# include <gssapi/gssapi.h>
|
|
# include <gssapi/gssapi_generic.h>
|
|
|