s3-libgpo: move group policy protos to where they belong.
[kai/samba.git] / libgpo / gpext / gpext.c
index b6cc410eec922d44370272952a22417c5e62e143..5465774eb1a93d155f771ceefc88157ce7953bf8 100644 (file)
  */
 
 #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;