From c2c044386109fc61d71ac89e2a4b8a0d9c6ac186 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 2 Nov 2004 10:13:26 +0000 Subject: r3472: fixed build of reg_backend_gconf (This used to be commit d8a4af5282a1a3002def250f4857469ffb84d183) --- source4/lib/registry/reg_backend_gconf/reg_backend_gconf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/registry/reg_backend_gconf') diff --git a/source4/lib/registry/reg_backend_gconf/reg_backend_gconf.c b/source4/lib/registry/reg_backend_gconf/reg_backend_gconf.c index 4f8cc5466e..382bc6dba5 100644 --- a/source4/lib/registry/reg_backend_gconf/reg_backend_gconf.c +++ b/source4/lib/registry/reg_backend_gconf/reg_backend_gconf.c @@ -19,6 +19,7 @@ */ #include "includes.h" +#include "registry.h" #include static WERROR gerror_to_werror(GError *error) -- cgit