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 --- source3/libgpo/gpext/registry.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libgpo/gpext/registry.c') diff --git a/source3/libgpo/gpext/registry.c b/source3/libgpo/gpext/registry.c index d7018556d8..57840a4c06 100644 --- a/source3/libgpo/gpext/registry.c +++ b/source3/libgpo/gpext/registry.c @@ -21,6 +21,7 @@ #include "../libgpo/gpo_ini.h" #include "../libgpo/gpo.h" #include "libgpo/gpo_proto.h" +#include "registry.h" #define GP_EXT_NAME "registry" -- cgit