summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorWilco Baan Hofman <wilco@baanhofman.nl>2009-04-20 09:57:00 +0200
committerGünther Deschner <gd@samba.org>2009-04-20 23:16:17 +0200
commit4626ffb27e1cfc4f6366b2555412b48359b8952e (patch)
tree5fb35974329fd056460139db8fa56b33f19e5af9 /source4
parent75f830781fe1f175013eb9530c3cdeb17721677d (diff)
downloadsamba-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')
-rw-r--r--source4/libgpo/gpo_s4.h8
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,