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 --- source3/utils/net_ads_gpo.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/utils') diff --git a/source3/utils/net_ads_gpo.c b/source3/utils/net_ads_gpo.c index 14bc378633..45587bfef5 100644 --- a/source3/utils/net_ads_gpo.c +++ b/source3/utils/net_ads_gpo.c @@ -19,6 +19,8 @@ #include "includes.h" #include "utils/net.h" +#include "../libgpo/gpo.h" +#include "libgpo/gpo_proto.h" #ifdef HAVE_ADS -- cgit