1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

gensec_gssapi: include <gssapi/gssapi.h>

metze
(This used to be commit 49e01d00bded74190c8e3049ac5883fe211e86fd)
This commit is contained in:
Stefan Metzmacher 2008-08-01 16:58:01 +02:00
parent fed1cc2c6d
commit c251443e73

View File

@ -24,7 +24,6 @@
#include "includes.h"
#include "lib/events/events.h"
#include "system/kerberos.h"
#include "heimdal/lib/gssapi/gssapi/gssapi.h"
#include "auth/kerberos/kerberos.h"
#include "librpc/gen_ndr/krb5pac.h"
#include "auth/auth.h"
@ -37,6 +36,7 @@
#include "auth/gensec/gensec_proto.h"
#include "param/param.h"
#include "auth/session_proto.h"
#include <gssapi/gssapi.h>
enum gensec_gssapi_sasl_state
{