diff options
author | Alexander Bokovoy <ab@samba.org> | 2006-03-18 21:13:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:58:43 -0500 |
commit | 4a1dd087119314a7ed3f2c3e56690a55d213fd07 (patch) | |
tree | b3385f6f323a480ebf082f1e710ff9ccbaf84a33 /source4 | |
parent | 42f9c678c0964dc91671e2fe2569cddd3e96560a (diff) | |
download | samba-4a1dd087119314a7ed3f2c3e56690a55d213fd07.tar.gz samba-4a1dd087119314a7ed3f2c3e56690a55d213fd07.tar.bz2 samba-4a1dd087119314a7ed3f2c3e56690a55d213fd07.zip |
r14548: fix build after generated prototypes
(This used to be commit 25b93e043edc21fa40928c9166764a3a7e1b1e23)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/ntvfs/posix/pvfs_fsinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/posix/pvfs_fsinfo.c b/source4/ntvfs/posix/pvfs_fsinfo.c index f86be9d29e..1a7ad16776 100644 --- a/source4/ntvfs/posix/pvfs_fsinfo.c +++ b/source4/ntvfs/posix/pvfs_fsinfo.c @@ -23,6 +23,7 @@ #include "includes.h" #include "vfs_posix.h" #include "librpc/gen_ndr/xattr.h" +#include "librpc/ndr/libndr.h" /* We use libblkid out of e2fsprogs to identify UUID of a volume */ #ifdef HAVE_LIBBLKID |