git: 383e7290c0b5 - main - krb5: Add missing gssapi header
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Aug 2025 16:33:45 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/src/commit/?id=383e7290c0b5f25c5377cfce07debef7d59f76a3
commit 383e7290c0b5f25c5377cfce07debef7d59f76a3
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2025-07-31 14:49:02 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2025-08-05 16:32:42 +0000
krb5: Add missing gssapi header
Fixes: ee3960cba106
---
krb5/lib/gssapi/mechglue/Makefile.inc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/krb5/lib/gssapi/mechglue/Makefile.inc b/krb5/lib/gssapi/mechglue/Makefile.inc
index bb0d436e08d1..c54cdf37b55b 100644
--- a/krb5/lib/gssapi/mechglue/Makefile.inc
+++ b/krb5/lib/gssapi/mechglue/Makefile.inc
@@ -72,3 +72,5 @@ SRCS+= g_accept_sec_context.c \
g_wrap_aead.c \
g_wrap_iov.c \
gssd_pname_to_uid.c
+
+GSSAPI_INCS+= mechglue.h