diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2025-07-31 14:49:02 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2025-08-05 16:32:42 +0000 |
| commit | 383e7290c0b5f25c5377cfce07debef7d59f76a3 (patch) | |
| tree | b6a4d7953d983f30700e8569585ee3a4013ce7c1 | |
| parent | 6eb503116e88cc430c2c9f01f48aa979fb0a7e1b (diff) | |
krb5: Add missing gssapi header
Fixes: ee3960cba106
| -rw-r--r-- | krb5/lib/gssapi/mechglue/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
