diff options
author | Günther Deschner <gd@samba.org> | 2010-05-10 00:07:10 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-17 21:07:17 +0200 |
commit | 3d5972c43f536b94122100e1e30f92a4f8441768 (patch) | |
tree | 6bcc3f43474d06653ff2a067ffcdb5f878bdd5b2 /libgpo/gpext | |
parent | ed8a98f6f4547fed6045a4b6793e9a91edd6597c (diff) | |
download | samba-3d5972c43f536b94122100e1e30f92a4f8441768.tar.gz samba-3d5972c43f536b94122100e1e30f92a4f8441768.tar.bz2 samba-3d5972c43f536b94122100e1e30f92a4f8441768.zip |
s3-libgpo: move group policy protos to where they belong.
Guenther
Diffstat (limited to 'libgpo/gpext')
-rw-r--r-- | libgpo/gpext/gpext.c | 4 |
1 files changed, 4 insertions, 0 deletions
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; |