diff options
author | Wilco Baan Hofman <wilco@baanhofman.nl> | 2009-04-20 09:57:00 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-04-20 23:16:17 +0200 |
commit | 4626ffb27e1cfc4f6366b2555412b48359b8952e (patch) | |
tree | 5fb35974329fd056460139db8fa56b33f19e5af9 /libgpo/gpo_ldap.c | |
parent | 75f830781fe1f175013eb9530c3cdeb17721677d (diff) | |
download | samba-4626ffb27e1cfc4f6366b2555412b48359b8952e.tar.gz |
Move some headers around to avoid confusion.
Signed-off-by: Günther Deschner <gd@samba.org>
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 0959ed6b38..a884198ed5 100644 --- a/libgpo/gpo_ldap.c +++ b/libgpo/gpo_ldap.c @@ -20,6 +20,7 @@ #include "includes.h" #if _SAMBA_BUILD_ == 4 #include "libgpo/gpo.h" +#include "libgpo/gpo_s4.h" #include "source4/libgpo/ads_convenience.h" #endif |