diff options
author | Günther Deschner <gd@samba.org> | 2011-02-24 12:27:29 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-16 23:46:18 +0100 |
commit | 3aa9d3005ac2e48cf789e147a098e8feecdd41ef (patch) | |
tree | 3f3e828ada8b355644e1972678047fe9d735fa0b /source3/libsmb | |
parent | 2a608ba856a4f28c13f295ac554e46168f3f045c (diff) | |
download | samba-3aa9d3005ac2e48cf789e147a098e8feecdd41ef.tar.gz samba-3aa9d3005ac2e48cf789e147a098e8feecdd41ef.tar.bz2 samba-3aa9d3005ac2e48cf789e147a098e8feecdd41ef.zip |
s3-build: only include asn1 headers where actually needed.
Guenther
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/clikrb5.c | 1 | ||||
-rw-r--r-- | source3/libsmb/clispnego.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/libsmb/clikrb5.c b/source3/libsmb/clikrb5.c index b4962a0203..016500418e 100644 --- a/source3/libsmb/clikrb5.c +++ b/source3/libsmb/clikrb5.c @@ -23,6 +23,7 @@ #include "includes.h" #include "smb_krb5.h" #include "../librpc/gen_ndr/krb5pac.h" +#include "../lib/util/asn1.h" #ifndef KRB5_AUTHDATA_WIN2K_PAC #define KRB5_AUTHDATA_WIN2K_PAC 128 diff --git a/source3/libsmb/clispnego.c b/source3/libsmb/clispnego.c index 382a29ac65..4581ce4026 100644 --- a/source3/libsmb/clispnego.c +++ b/source3/libsmb/clispnego.c @@ -23,6 +23,7 @@ #include "includes.h" #include "../libcli/auth/spnego.h" #include "smb_krb5.h" +#include "../lib/util/asn1.h" /* generate a negTokenInit packet given a list of supported |