From 3aa9d3005ac2e48cf789e147a098e8feecdd41ef Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 Feb 2011 12:27:29 +0100 Subject: s3-build: only include asn1 headers where actually needed. Guenther --- source3/utils/ntlm_auth.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/utils') diff --git a/source3/utils/ntlm_auth.c b/source3/utils/ntlm_auth.c index 43af0fd638..a6c5be8469 100644 --- a/source3/utils/ntlm_auth.c +++ b/source3/utils/ntlm_auth.c @@ -35,6 +35,7 @@ #include "libads/kerberos_proto.h" #include "nsswitch/winbind_client.h" #include "librpc/gen_ndr/krb5pac.h" +#include "../lib/util/asn1.h" #ifndef PAM_WINBIND_CONFIG_FILE #define PAM_WINBIND_CONFIG_FILE "/etc/security/pam_winbind.conf" -- cgit