mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-30 16:34:23 +00:00
Minor errno fixups.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "FileHandle.h"
|
||||
#include "FileSystem.h"
|
||||
#include "CharacterDevice.h"
|
||||
#include "sys-errno.h"
|
||||
|
||||
FileHandle::FileHandle(RetainPtr<VirtualFileSystem::Node>&& vnode)
|
||||
: m_vnode(std::move(vnode))
|
||||
|
||||
Reference in New Issue
Block a user