From 0fe1ff99a1aa6858ec0f1cfb1130b801238fc8e2 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 25 May 2010 01:00:37 +0200 Subject: s3:registry: move reg_objects.h to registry/ and use it only where needed Every place outside of registry/ where this is used, should probably be changed to use pure reg_api.c code. --- source3/libads/ldap_printer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libads/ldap_printer.c') diff --git a/source3/libads/ldap_printer.c b/source3/libads/ldap_printer.c index b5321abbf0..48db5ca7d2 100644 --- a/source3/libads/ldap_printer.c +++ b/source3/libads/ldap_printer.c @@ -21,6 +21,7 @@ #include "../librpc/gen_ndr/cli_spoolss.h" #include "rpc_client/cli_spoolss.h" #include "registry.h" +#include "registry/reg_objects.h" #ifdef HAVE_ADS -- cgit