diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-01-19 11:58:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:43:48 -0500 |
commit | f40182cb123c91d4bc8fd3dbf9c3cca615f72c31 (patch) | |
tree | 977493d8c32588c0609cba48be66f7a3bc516370 /source4/ntvfs/posix | |
parent | faf800d871b72ca4938c5f392d8b6183cce16e9d (diff) | |
download | samba-f40182cb123c91d4bc8fd3dbf9c3cca615f72c31.tar.gz samba-f40182cb123c91d4bc8fd3dbf9c3cca615f72c31.tar.bz2 samba-f40182cb123c91d4bc8fd3dbf9c3cca615f72c31.zip |
r20897: fix compiler warnings
metze
(This used to be commit 5ac562e1e0e8de03c8bcd083a1822b31667c5e21)
Diffstat (limited to 'source4/ntvfs/posix')
-rw-r--r-- | source4/ntvfs/posix/vfs_posix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/vfs_posix.h b/source4/ntvfs/posix/vfs_posix.h index 5bb9dcf811..e79eadd03a 100644 --- a/source4/ntvfs/posix/vfs_posix.h +++ b/source4/ntvfs/posix/vfs_posix.h @@ -26,7 +26,7 @@ #include "librpc/gen_ndr/xattr.h" #include "system/filesys.h" #include "ntvfs/ntvfs.h" -#include "ntvfs/common/proto.h" +#include "ntvfs/common/ntvfs_common.h" #include "dsdb/samdb/samdb.h" /* this is the private structure for the posix vfs backend. It is used |