From b11cc305083844052d0b82560e3a7006b3520f14 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 21 Sep 2010 08:11:18 +0200 Subject: s3:registry: move the reg_api prototypes to their own header. --- libgpo/gpext/gpext.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libgpo') diff --git a/libgpo/gpext/gpext.c b/libgpo/gpext/gpext.c index 6b81575024..8c70f65221 100644 --- a/libgpo/gpext/gpext.c +++ b/libgpo/gpext/gpext.c @@ -25,6 +25,7 @@ #if _SAMBA_BUILD_ == 3 #include "libgpo/gpo_proto.h" #include "registry.h" +#include "registry/reg_api.h" #endif static struct gp_extension *extensions = NULL; -- cgit