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 /libgpo/gpo_sec.c | |
parent | 1b6767d26218eaf85ec7af9281c6674bab36ce3f (diff) | |
download | samba-7e73214ebf614a1f876bf80d374c1e1bc9379981.tar.gz |
s3-auth: use auth.h where needed.
Guenther
Diffstat (limited to 'libgpo/gpo_sec.c')
-rw-r--r-- | libgpo/gpo_sec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgpo/gpo_sec.c b/libgpo/gpo_sec.c index e0304d464a5..4e1612d21c6 100644 --- a/libgpo/gpo_sec.c +++ b/libgpo/gpo_sec.c @@ -20,6 +20,7 @@ #include "includes.h" #include "libcli/security/security.h" #include "../libgpo/gpo.h" +#include "auth.h" #if _SAMBA_BUILD_ == 4 #include "libgpo/ads_convenience.h" #include "librpc/gen_ndr/security.h" |