diff options
Diffstat (limited to 'libtrivfs/io-pathconf.c')
-rw-r--r-- | libtrivfs/io-pathconf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libtrivfs/io-pathconf.c b/libtrivfs/io-pathconf.c index e2257d36..a363c709 100644 --- a/libtrivfs/io-pathconf.c +++ b/libtrivfs/io-pathconf.c @@ -16,9 +16,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "priv.h" +#include "fs_S.h" error_t -trivfs_S_file_pathconf (struct protid *cred, int name, int *val) +trivfs_S_file_pathconf (struct trivfs_protid *cred, int name, int *val) { if (cred) { |