diff options
author | Günther Deschner <gd@samba.org> | 2009-11-27 18:30:18 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-11-27 18:31:13 +0100 |
commit | ae207370667a12db53362ee5dcdab8e6d4bb388f (patch) | |
tree | b5a8cba127c3e8698cf1bb1678f9320781ee2684 /source3/libads | |
parent | e512ccb5b677fa7f285829ec645fc067837c0e11 (diff) | |
download | samba-ae207370667a12db53362ee5dcdab8e6d4bb388f.tar.gz samba-ae207370667a12db53362ee5dcdab8e6d4bb388f.tar.xz samba-ae207370667a12db53362ee5dcdab8e6d4bb388f.zip |
s3-kerberos: do not include authdata headers before including krb5 headers.
Guenther
Diffstat (limited to 'source3/libads')
-rw-r--r-- | source3/libads/authdata.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libads/authdata.c b/source3/libads/authdata.c index 35d5ef9f31..ed158ee2d8 100644 --- a/source3/libads/authdata.c +++ b/source3/libads/authdata.c @@ -25,6 +25,7 @@ #include "includes.h" #include "librpc/gen_ndr/ndr_krb5pac.h" #include "smb_krb5.h" +#include "authdata.h" #ifdef HAVE_KRB5 |