summaryrefslogtreecommitdiff
path: root/libgpo/gpext
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-10 00:07:10 +0200
committerGünther Deschner <gd@samba.org>2010-05-17 21:07:17 +0200
commit3d5972c43f536b94122100e1e30f92a4f8441768 (patch)
tree6bcc3f43474d06653ff2a067ffcdb5f878bdd5b2 /libgpo/gpext
parented8a98f6f4547fed6045a4b6793e9a91edd6597c (diff)
downloadsamba-3d5972c43f536b94122100e1e30f92a4f8441768.tar.gz
s3-libgpo: move group policy protos to where they belong.
Guenther
Diffstat (limited to 'libgpo/gpext')
-rw-r--r--libgpo/gpext/gpext.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgpo/gpext/gpext.c b/libgpo/gpext/gpext.c
index b6cc410eec9..5465774eb1a 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;