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/ntvfs/cifs | |
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/ntvfs/cifs')
-rw-r--r-- | source4/ntvfs/cifs/vfs_cifs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/cifs/vfs_cifs.c b/source4/ntvfs/cifs/vfs_cifs.c index 9c5cfd9584..39befebae5 100644 --- a/source4/ntvfs/cifs/vfs_cifs.c +++ b/source4/ntvfs/cifs/vfs_cifs.c @@ -26,6 +26,7 @@ */ #include "includes.h" +#include "libcli/raw/libcliraw.h" /* this is stored in ntvfs_private */ struct cvfs_private { |