diff --git a/repos/os/include/vfs/rom_file_system.h b/repos/os/include/vfs/rom_file_system.h index f4fbd6277..daa0adee0 100644 --- a/repos/os/include/vfs/rom_file_system.h +++ b/repos/os/include/vfs/rom_file_system.h @@ -62,6 +62,11 @@ class Vfs::Rom_file_system : public Single_file_system ** Directory-service interface ** ********************************/ + Dataspace_capability dataspace(char const *path) override + { + return _rom.cap(); + } + /* * Overwrite the default open function to update the ROM dataspace * each time when opening the corresponding file.