diff options
Diffstat (limited to 'libnetfs/file-get-translator.c')
-rw-r--r-- | libnetfs/file-get-translator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/file-get-translator.c b/libnetfs/file-get-translator.c index d95940c1..1489162a 100644 --- a/libnetfs/file-get-translator.c +++ b/libnetfs/file-get-translator.c @@ -23,6 +23,7 @@ #include <hurd/paths.h> #include "netfs.h" #include "fs_S.h" +#include <sys/mman.h> error_t netfs_S_file_get_translator (struct protid *user, @@ -110,4 +111,3 @@ netfs_S_file_get_translator (struct protid *user, return err; } - |