From b11cc305083844052d0b82560e3a7006b3520f14 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 21 Sep 2010 08:11:18 +0200 Subject: s3:registry: move the reg_api prototypes to their own header. --- 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 7de613efc0..a224ab22c7 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_api.h" #include "registry/reg_api_util.h" struct rcinit_file_information { -- cgit