From f9f8007361583c1d38be7e15eeae6b58a09614b3 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 28 May 2010 02:19:32 +0200 Subject: s3-build: only use ndr_security.h where needed. Guenther --- source3/registry/reg_api.c | 1 + source3/registry/regfio.c | 1 + 2 files changed, 2 insertions(+) (limited to 'source3/registry') diff --git a/source3/registry/reg_api.c b/source3/registry/reg_api.c index 4f3b7a2f86..e380a0d6e2 100644 --- a/source3/registry/reg_api.c +++ b/source3/registry/reg_api.c @@ -71,6 +71,7 @@ #include "reg_dispatcher.h" #include "reg_util_marshalling.h" #include "reg_objects.h" +#include "../librpc/gen_ndr/ndr_security.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_REGISTRY diff --git a/source3/registry/regfio.c b/source3/registry/regfio.c index 60a05040e2..d64eab84f9 100644 --- a/source3/registry/regfio.c +++ b/source3/registry/regfio.c @@ -20,6 +20,7 @@ #include "includes.h" #include "regfio.h" #include "reg_objects.h" +#include "../librpc/gen_ndr/ndr_security.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_REGISTRY -- cgit