diff options
| author | Günther Deschner <gd@samba.org> | 2011-03-24 22:33:07 +0100 |
|---|---|---|
| committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:09 +0200 |
| commit | 6e3f0d28a4c0bc79cdbe4cfb50d105c4fe479d2b (patch) | |
| tree | f524231d9acb0117e288f0f0400a6bdc87931892 /source3/utils | |
| parent | 9115615663edf82afde5a3c934b53d53a0e508f0 (diff) | |
s3-includes: only include ntdomain.h where needed.
Guenther
Diffstat (limited to 'source3/utils')
| -rw-r--r-- | source3/utils/net_rpc_printer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_rpc_printer.c b/source3/utils/net_rpc_printer.c index 20e5f52f62..4073e0e2a9 100644 --- a/source3/utils/net_rpc_printer.c +++ b/source3/utils/net_rpc_printer.c @@ -26,6 +26,7 @@ #include "registry/reg_objects.h" #include "../libcli/security/security.h" #include "../libcli/registry/util_reg.h" +#include "ntdomain.h" /* support itanium as well */ static const struct print_architecture_table_node archi_table[]= { |
