diff options
author | Günther Deschner <gd@samba.org> | 2010-05-18 18:26:16 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-18 21:42:41 +0200 |
commit | 230b880d142eea46d4131f2b44774465c9c214bc (patch) | |
tree | f1c2cc16eeadc3394b220d0ff58d321b1d70d6ba /source3/utils/netlookup.c | |
parent | 5ed365411278ca19d69216ca969e91c4725c2c08 (diff) | |
download | samba-230b880d142eea46d4131f2b44774465c9c214bc.tar.gz samba-230b880d142eea46d4131f2b44774465c9c214bc.tar.xz samba-230b880d142eea46d4131f2b44774465c9c214bc.zip |
s3-rpc_client: move protos to cli_lsarpc.h
Guenther
Diffstat (limited to 'source3/utils/netlookup.c')
-rw-r--r-- | source3/utils/netlookup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/netlookup.c b/source3/utils/netlookup.c index 3fa219998b..a49583d9e5 100644 --- a/source3/utils/netlookup.c +++ b/source3/utils/netlookup.c @@ -22,6 +22,7 @@ #include "includes.h" #include "utils/net.h" #include "../librpc/gen_ndr/ndr_lsa.h" +#include "rpc_client/cli_lsarpc.h" /******************************************************** Connection cachine struct. Goes away when ctx destroyed. |