diff options
author | Günther Deschner <gd@samba.org> | 2010-05-28 02:19:32 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-31 11:32:37 +0200 |
commit | f9f8007361583c1d38be7e15eeae6b58a09614b3 (patch) | |
tree | ff17caa67a9ae4c780011cf966c0f460516b5a71 /source3/utils | |
parent | c00407bd3589e9a459014ddb0efd986b15d2eecc (diff) | |
download | samba-f9f8007361583c1d38be7e15eeae6b58a09614b3.tar.gz samba-f9f8007361583c1d38be7e15eeae6b58a09614b3.tar.xz samba-f9f8007361583c1d38be7e15eeae6b58a09614b3.zip |
s3-build: only use ndr_security.h where needed.
Guenther
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_printing.c | 1 | ||||
-rw-r--r-- | source3/utils/net_rpc_registry.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/utils/net_printing.c b/source3/utils/net_printing.c index c7a262433e..81e0515e6a 100644 --- a/source3/utils/net_printing.c +++ b/source3/utils/net_printing.c @@ -24,6 +24,7 @@ #include "librpc/gen_ndr/ndr_ntprinting.h" #include "librpc/gen_ndr/cli_spoolss.h" #include "rpc_client/cli_spoolss.h" +#include "../librpc/gen_ndr/ndr_security.h" #define FORMS_PREFIX "FORMS/" #define DRIVERS_PREFIX "DRIVERS/" diff --git a/source3/utils/net_rpc_registry.c b/source3/utils/net_rpc_registry.c index 7f8f5bb6ff..59971af3a3 100644 --- a/source3/utils/net_rpc_registry.c +++ b/source3/utils/net_rpc_registry.c @@ -25,6 +25,7 @@ #include "../librpc/gen_ndr/cli_winreg.h" #include "registry/reg_util_marshalling.h" #include "registry/reg_objects.h" +#include "../librpc/gen_ndr/ndr_security.h" /******************************************************************* connect to a registry hive root (open a registry policy) |