diff options
author | Matthieu Patou <mat@matws.net> | 2013-10-15 15:06:57 -0700 |
---|---|---|
committer | Matthieu Patou <mat@samba.org> | 2013-10-27 02:25:46 +0100 |
commit | 9c1c3bb4ecb47c10548c7d80784ac293cd91aa89 (patch) | |
tree | 61483457054c3bd1cf75260980ea94244b94d21a /source4 | |
parent | 1e2e421632c275f8cf7529935f72ef3639ddea14 (diff) | |
download | samba-9c1c3bb4ecb47c10548c7d80784ac293cd91aa89.tar.gz samba-9c1c3bb4ecb47c10548c7d80784ac293cd91aa89.tar.bz2 samba-9c1c3bb4ecb47c10548c7d80784ac293cd91aa89.zip |
auth-kerberos: add the credentials.h so that enum credentials_obtained is defined
We had a warning about the enum being defined in the parameter list:
warning: ‘enum credentials_obtained’ declared inside parameter list
Signed-off-by: Matthieu Patou <mat@matws.net>
Reviewed-by: Andrew Bartlet <abartlet@samba.org>
Autobuild-User(master): Matthieu Patou <mat@samba.org>
Autobuild-Date(master): Sun Oct 27 02:25:47 CET 2013 on sn-devel-104
Diffstat (limited to 'source4')
-rw-r--r-- | source4/auth/kerberos/kerberos_pac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/kerberos/kerberos_pac.c b/source4/auth/kerberos/kerberos_pac.c index 76c1d99d91..5d65461575 100644 --- a/source4/auth/kerberos/kerberos_pac.c +++ b/source4/auth/kerberos/kerberos_pac.c @@ -30,6 +30,7 @@ #include "librpc/gen_ndr/ndr_krb5pac.h" #include <ldb.h> #include "auth/auth_sam_reply.h" +#include "auth/credentials/credentials.h" #include "auth/kerberos/kerberos_util.h" #include "auth/kerberos/pac_utils.h" |