diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-11-01 16:00:41 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-11-01 16:00:41 +0100 |
commit | af2940459d94fa6ab02e6fcbd7becfdac168e918 (patch) | |
tree | 08cb770d793b107f685d25b587afdbd933313000 /source4/client | |
parent | d3df4061d9e0a3f0cae161022ee9253b7295bd58 (diff) | |
download | samba-af2940459d94fa6ab02e6fcbd7becfdac168e918.tar.gz samba-af2940459d94fa6ab02e6fcbd7becfdac168e918.tar.bz2 samba-af2940459d94fa6ab02e6fcbd7becfdac168e918.zip |
Fix prototype for attrib_string().
Diffstat (limited to 'source4/client')
-rw-r--r-- | source4/client/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/client/client.c b/source4/client/client.c index 7eb14a2ce1..02f46852b1 100644 --- a/source4/client/client.c +++ b/source4/client/client.c @@ -52,6 +52,7 @@ #include "librpc/gen_ndr/ndr_nbt.h" #include "param/param.h" #include "librpc/rpc/dcerpc.h" +#include "libcli/raw/raw_proto.h" /* the default pager to use for the client "more" command. Users can * override this with the PAGER environment variable */ |