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/torture/raw/qfileinfo.c | |
parent | 86a2844bfc9d7ffbb36e69cc92d327e5505f19d2 (diff) | |
download | samba-9f1210a243654fd6d94acdef83f468a33c1b3b3f.tar.gz samba-9f1210a243654fd6d94acdef83f468a33c1b3b3f.tar.xz 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/torture/raw/qfileinfo.c')
-rw-r--r-- | source4/torture/raw/qfileinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/raw/qfileinfo.c b/source4/torture/raw/qfileinfo.c index 99f1dd7a384..45abecfa8db 100644 --- a/source4/torture/raw/qfileinfo.c +++ b/source4/torture/raw/qfileinfo.c @@ -19,6 +19,7 @@ */ #include "includes.h" +#include "libcli/raw/libcliraw.h" static struct { const char *name; |