diff options
author | Günther Deschner <gd@samba.org> | 2010-10-01 10:34:14 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-10-01 22:30:22 +0200 |
commit | 0ff7e0c998bb4fbc67925be762b528ae6585c4f3 (patch) | |
tree | a0cbf213f73ca981713cc0adac4ffdc5a6f50bd9 /source3/utils | |
parent | 405b7d843f9103a29e923892337472e0fd891037 (diff) | |
download | samba-0ff7e0c998bb4fbc67925be762b528ae6585c4f3.tar.gz samba-0ff7e0c998bb4fbc67925be762b528ae6585c4f3.tar.bz2 samba-0ff7e0c998bb4fbc67925be762b528ae6585c4f3.zip |
samba: share readline wrappers among all buildsystems.
Guenther
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_rpc_shell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_rpc_shell.c b/source3/utils/net_rpc_shell.c index d005da63e7..82f9f29ced 100644 --- a/source3/utils/net_rpc_shell.c +++ b/source3/utils/net_rpc_shell.c @@ -23,6 +23,7 @@ #include "utils/net.h" #include "../librpc/gen_ndr/ndr_samr.h" #include "lib/netapi/netapi.h" +#include "../libcli/smbreadline/smbreadline.h" static NTSTATUS rpc_sh_info(struct net_context *c, TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx, |