1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

auth/credentials_krb5: use system/{gssapi,kerberos}.h

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Stefan Metzmacher 2024-05-11 02:38:21 +02:00
parent 845a2aae6f
commit a5d46f69d1

View File

@ -23,9 +23,8 @@
#ifndef __CREDENTIALS_KRB5_H__ #ifndef __CREDENTIALS_KRB5_H__
#define __CREDENTIALS_KRB5_H__ #define __CREDENTIALS_KRB5_H__
#include <gssapi/gssapi.h> #include "system/gssapi.h"
#include <gssapi/gssapi_krb5.h> #include "system/kerberos.h"
#include <krb5.h>
struct gssapi_creds_container { struct gssapi_creds_container {
gss_cred_id_t creds; gss_cred_id_t creds;