From 4626ffb27e1cfc4f6366b2555412b48359b8952e Mon Sep 17 00:00:00 2001 From: Wilco Baan Hofman Date: Mon, 20 Apr 2009 09:57:00 +0200 Subject: Move some headers around to avoid confusion. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source4/libgpo/gpo_s4.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'source4/libgpo') 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 . */ -#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, -- cgit