diff options
author | Günther Deschner <gd@samba.org> | 2010-08-02 23:12:16 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-06 15:43:37 +0200 |
commit | 257a1f1097576fa981341521bda15824e7fac555 (patch) | |
tree | dc158d75613aadd8eeed05a9f32a3b9b45b301b0 /source3/include | |
parent | 2523aec6d19c519280793020f6db21c65a3c95ea (diff) | |
download | samba-257a1f1097576fa981341521bda15824e7fac555.tar.gz samba-257a1f1097576fa981341521bda15824e7fac555.tar.bz2 samba-257a1f1097576fa981341521bda15824e7fac555.zip |
s3-krb5: include krb5pac.h where needed.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/krb5_protos.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/krb5_protos.h b/source3/include/krb5_protos.h index 97e6871c89..0b8aa71288 100644 --- a/source3/include/krb5_protos.h +++ b/source3/include/krb5_protos.h @@ -1,3 +1,6 @@ +struct PAC_DATA; +struct PAC_SIGNATURE_DATA; + /* work around broken krb5.h on sles9 */ #ifdef SIZEOF_LONG #undef SIZEOF_LONG |