svn commit: samba r3472 - in branches/SAMBA_4_0/source/lib/registry/reg_backend_gconf: .

tridge at samba.org tridge at samba.org
Tue Nov 2 10:13:26 GMT 2004


Author: tridge
Date: 2004-11-02 10:13:26 +0000 (Tue, 02 Nov 2004)
New Revision: 3472

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=3472

Log:
fixed build of reg_backend_gconf



Modified:
   branches/SAMBA_4_0/source/lib/registry/reg_backend_gconf/reg_backend_gconf.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/registry/reg_backend_gconf/reg_backend_gconf.c
===================================================================
--- branches/SAMBA_4_0/source/lib/registry/reg_backend_gconf/reg_backend_gconf.c	2004-11-02 09:59:19 UTC (rev 3471)
+++ branches/SAMBA_4_0/source/lib/registry/reg_backend_gconf/reg_backend_gconf.c	2004-11-02 10:13:26 UTC (rev 3472)
@@ -19,6 +19,7 @@
 */
 
 #include "includes.h"
+#include "registry.h"
 #include <gconf/gconf-client.h>
 
 static WERROR gerror_to_werror(GError *error)



More information about the samba-cvs mailing list