diff options
author | Günther Deschner <gd@samba.org> | 2011-03-25 02:28:05 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:09 +0200 |
commit | 7e73214ebf614a1f876bf80d374c1e1bc9379981 (patch) | |
tree | 2542a6af269eccf6df70ee3fe044d5fbe2b8e43b /source3/lib | |
parent | 1b6767d26218eaf85ec7af9281c6674bab36ce3f (diff) | |
download | samba-7e73214ebf614a1f876bf80d374c1e1bc9379981.tar.gz samba-7e73214ebf614a1f876bf80d374c1e1bc9379981.tar.bz2 samba-7e73214ebf614a1f876bf80d374c1e1bc9379981.zip |
s3-auth: use auth.h where needed.
Guenther
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/substitute.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/substitute.c b/source3/lib/substitute.c index 297d387af5..e72a8c3b61 100644 --- a/source3/lib/substitute.c +++ b/source3/lib/substitute.c @@ -22,6 +22,7 @@ #include "includes.h" #include "system/passwd.h" #include "secrets.h" +#include "auth.h" static char *alloc_sub_basic(const char *smb_name, const char *domain_name, const char *str); |