summaryrefslogtreecommitdiff
path: root/source4/lib/registry/reg_backend_gconf
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-02 10:13:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:18 -0500
commitc2c044386109fc61d71ac89e2a4b8a0d9c6ac186 (patch)
tree53927e7ea7649a4db9e412457845113bd23eb72c /source4/lib/registry/reg_backend_gconf
parentc9ec1bbbae8e08c14587ce29185211f298fd6c58 (diff)
downloadsamba-c2c044386109fc61d71ac89e2a4b8a0d9c6ac186.tar.gz
samba-c2c044386109fc61d71ac89e2a4b8a0d9c6ac186.tar.bz2
samba-c2c044386109fc61d71ac89e2a4b8a0d9c6ac186.zip
r3472: fixed build of reg_backend_gconf
(This used to be commit d8a4af5282a1a3002def250f4857469ffb84d183)
Diffstat (limited to 'source4/lib/registry/reg_backend_gconf')
-rw-r--r--source4/lib/registry/reg_backend_gconf/reg_backend_gconf.c1
1 files changed, 1 insertions, 0 deletions
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 <gconf/gconf-client.h>
static WERROR gerror_to_werror(GError *error)