diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-01 01:03:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:07 -0500 |
commit | 9f1210a243654fd6d94acdef83f468a33c1b3b3f (patch) | |
tree | 83ec67226d43c456a1f7facec38ce22e35d5e5d3 /source4/client/client.c | |
parent | 86a2844bfc9d7ffbb36e69cc92d327e5505f19d2 (diff) | |
download | samba-9f1210a243654fd6d94acdef83f468a33c1b3b3f.tar.gz samba-9f1210a243654fd6d94acdef83f468a33c1b3b3f.tar.bz2 samba-9f1210a243654fd6d94acdef83f468a33c1b3b3f.zip |
r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h
and made them private
(This used to be commit 386ac565c452ede1d74e06acb401ca9db99d3ff3)
Diffstat (limited to 'source4/client/client.c')
-rw-r--r-- | source4/client/client.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/client/client.c b/source4/client/client.c index dce99a7833..3958f078e5 100644 --- a/source4/client/client.c +++ b/source4/client/client.c @@ -22,6 +22,8 @@ */ #include "includes.h" +#include "libcli/raw/libcliraw.h" + #ifndef REGISTER #define REGISTER 0 #endif |