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 /source4/libgpo | |
parent | 75f830781fe1f175013eb9530c3cdeb17721677d (diff) | |
download | samba-4626ffb27e1cfc4f6366b2555412b48359b8952e.tar.gz samba-4626ffb27e1cfc4f6366b2555412b48359b8952e.tar.bz2 samba-4626ffb27e1cfc4f6366b2555412b48359b8952e.zip |
Move some headers around to avoid confusion.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source4/libgpo')
-rw-r--r-- | source4/libgpo/gpo_s4.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/source4/libgpo/gpo_s4.h b/source4/libgpo/gpo_s4.h index 3e5cb06bdc..f616f6bd32 100644 --- a/source4/libgpo/gpo_s4.h +++ b/source4/libgpo/gpo_s4.h @@ -20,8 +20,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef __LIBGPO_GPO_H__ -#define __LIBGPO_GPO_H__ +#ifndef __LIBGPO_GPO_S4_H__ +#define __LIBGPO_GPO_S4_H__ + +#if _SAMBA_BUILD_ == 4 +#include "source4/libcli/libcli.h" +#endif NTSTATUS gpo_copy_file(TALLOC_CTX *mem_ctx, struct smbcli_state *cli, |