diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-03 00:17:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:22 -0500 |
commit | 6f214cc510a59b7a65ee9d4486baf14a3e579f73 (patch) | |
tree | 4e579f2500247716babf400b3bbf13039bacce02 /source4/utils/ntlm_auth.c | |
parent | acb23b2c5fa02ebbee762a8bf4b9d1fec40d4fea (diff) | |
download | samba-6f214cc510a59b7a65ee9d4486baf14a3e579f73.tar.gz samba-6f214cc510a59b7a65ee9d4486baf14a3e579f73.tar.xz samba-6f214cc510a59b7a65ee9d4486baf14a3e579f73.zip |
r3494: got rid of include/rewrite.h, and split out the dynconfig.h header
(This used to be commit 558de54ec6432a4ae90aa14a585f32c6cd03ced2)
Diffstat (limited to 'source4/utils/ntlm_auth.c')
-rw-r--r-- | source4/utils/ntlm_auth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/utils/ntlm_auth.c b/source4/utils/ntlm_auth.c index 14f8e46b212..b038ad98793 100644 --- a/source4/utils/ntlm_auth.c +++ b/source4/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" |