From d335f292ce10824d483eff8d34fb0444e3d91f23 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 24 May 2010 22:42:00 +0200 Subject: s3:registry: extract the reg_backend_db prototypes into their own header. And use them only where needed. --- source3/libgpo/gpo_reg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libgpo') diff --git a/source3/libgpo/gpo_reg.c b/source3/libgpo/gpo_reg.c index 5f6a97cec7..c4970f6018 100644 --- a/source3/libgpo/gpo_reg.c +++ b/source3/libgpo/gpo_reg.c @@ -21,6 +21,7 @@ #include "../libgpo/gpo.h" #include "libgpo/gpo_proto.h" #include "registry.h" +#include "registry/reg_backend_db.h" /**************************************************************** -- cgit