diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-02 10:13:26 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:18 -0500 |
commit | c2c044386109fc61d71ac89e2a4b8a0d9c6ac186 (patch) | |
tree | 53927e7ea7649a4db9e412457845113bd23eb72c /source4/lib/registry/reg_backend_gconf | |
parent | c9ec1bbbae8e08c14587ce29185211f298fd6c58 (diff) | |
download | samba-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.c | 1 |
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) |