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/services/services_db.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/services') diff --git a/source3/services/services_db.c b/source3/services/services_db.c index aa99ac9fef..2672b95bca 100644 --- a/source3/services/services_db.c +++ b/source3/services/services_db.c @@ -25,6 +25,7 @@ #include "registry.h" #include "registry/reg_util_legacy.h" #include "registry/reg_dispatcher.h" +#include "registry/reg_objects.h" struct rcinit_file_information { char *description; -- cgit