From a4efda959af36e0611c5204852dc1eea3f0310bf Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 23 May 2010 15:57:27 +0200 Subject: s3:registry: extract the reg_util_legacy prototypes into their own header. And use them only where necessary. --- 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 daf4f50b773..e0568d6574f 100644 --- a/source3/services/services_db.c +++ b/source3/services/services_db.c @@ -23,6 +23,7 @@ #include "includes.h" #include "services/services.h" #include "registry.h" +#include "registry/reg_util_legacy.h" struct rcinit_file_information { char *description; -- cgit v1.2.1