diff --git a/src/tests/add-ons/kernel/file_systems/fs_shell/compat.h b/src/tests/add-ons/kernel/file_systems/fs_shell/compat.h index 8b8b8001c4..f87f0ba99c 100644 --- a/src/tests/add-ons/kernel/file_systems/fs_shell/compat.h +++ b/src/tests/add-ons/kernel/file_systems/fs_shell/compat.h @@ -125,6 +125,7 @@ struct my_stat { my_uid_t uid; /* user id of the owner of this file */ my_gid_t gid; /* group id of the owner of this file */ fs_off_t size; /* size in bytes of this file */ + dev_t rdev; /* device type (not used) */ size_t blksize; /* preferred block size for i/o */ time_t atime; /* last access time */ time_t mtime; /* last modification time */