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