summaryrefslogtreecommitdiffstats
path: root/source/utils/ntlm_auth.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-03 00:17:12 +0000
committerAndrew Tridgell <tridge@samba.org>2004-11-03 00:17:12 +0000
commit2bacd5506fa60be3c6bd3e7d2b8002ee7830f6a4 (patch)
tree258ada4cbad3893f208a533aed1405750ad5c342 /source/utils/ntlm_auth.c
parent36f40f44b1c3c79e14aa825b8a7004890419a00d (diff)
downloadsamba-2bacd5506fa60be3c6bd3e7d2b8002ee7830f6a4.tar.gz
samba-2bacd5506fa60be3c6bd3e7d2b8002ee7830f6a4.tar.xz
samba-2bacd5506fa60be3c6bd3e7d2b8002ee7830f6a4.zip
r3494: got rid of include/rewrite.h, and split out the dynconfig.h header
Diffstat (limited to 'source/utils/ntlm_auth.c')
-rw-r--r--source/utils/ntlm_auth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/utils/ntlm_auth.c b/source/utils/ntlm_auth.c
index 14f8e46b212..b038ad98793 100644
--- a/source/utils/ntlm_auth.c
+++ b/source/utils/ntlm_auth.c
@@ -23,6 +23,7 @@
*/
#include "includes.h"
+#include "dynconfig.h"
#include "system/passwd.h"
#include "lib/cmdline/popt_common.h"
#include "auth/auth.h"