summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-24 12:27:29 +0100
committerGünther Deschner <gd@samba.org>2011-03-16 23:46:18 +0100
commit3aa9d3005ac2e48cf789e147a098e8feecdd41ef (patch)
tree3f3e828ada8b355644e1972678047fe9d735fa0b /source3/utils
parent2a608ba856a4f28c13f295ac554e46168f3f045c (diff)
downloadsamba-3aa9d3005ac2e48cf789e147a098e8feecdd41ef.tar.gz
samba-3aa9d3005ac2e48cf789e147a098e8feecdd41ef.tar.bz2
samba-3aa9d3005ac2e48cf789e147a098e8feecdd41ef.zip
s3-build: only include asn1 headers where actually needed.
Guenther
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/ntlm_auth.c1
1 files changed, 1 insertions, 0 deletions
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"