From fe31b67d5e9bf5b6c195eddb5f7b42e680a0f36a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 2 Oct 2009 00:17:06 +0200 Subject: s3-registry: only include registry headers when really needed. Guenther --- 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 5465774eb1..865a725c7b 100644 --- a/libgpo/gpext/gpext.c +++ b/libgpo/gpext/gpext.c @@ -24,6 +24,7 @@ #include "lib/util/dlinklist.h" #if _SAMBA_BUILD_ == 3 #include "libgpo/gpo_proto.h" +#include "registry.h" #endif static struct gp_extension *extensions = NULL; -- cgit