diff options
Diffstat (limited to 'src/include/sys/vfs.h')
-rw-r--r-- | src/include/sys/vfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/sys/vfs.h b/src/include/sys/vfs.h index e596030fe..d55a44710 100644 --- a/src/include/sys/vfs.h +++ b/src/include/sys/vfs.h @@ -24,6 +24,7 @@ enum VfsMessages { VFS_MSG_REGISTER_MSGQ, VFS_MSG_RESOLVE_MSGQ, + VFS_MSG_EXEC, }; struct VfsSystemModule |