From 3d5972c43f536b94122100e1e30f92a4f8441768 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 10 May 2010 00:07:10 +0200 Subject: s3-libgpo: move group policy protos to where they belong. Guenther --- libgpo/gpext/gpext.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libgpo/gpext/gpext.c') diff --git a/libgpo/gpext/gpext.c b/libgpo/gpext/gpext.c index b6cc410eec..5465774eb1 100644 --- a/libgpo/gpext/gpext.c +++ b/libgpo/gpext/gpext.c @@ -18,9 +18,13 @@ */ #include "includes.h" +#include "../libgpo/gpo.h" #include "../libgpo/gpext/gpext.h" #include "librpc/gen_ndr/ndr_misc.h" #include "lib/util/dlinklist.h" +#if _SAMBA_BUILD_ == 3 +#include "libgpo/gpo_proto.h" +#endif static struct gp_extension *extensions = NULL; -- cgit