summaryrefslogtreecommitdiff
path: root/Source/Kernel/VFS/File.class.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Kernel/VFS/File.class.h')
-rw-r--r--Source/Kernel/VFS/File.class.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Kernel/VFS/File.class.h b/Source/Kernel/VFS/File.class.h
index 7831fb5..f5d0c56 100644
--- a/Source/Kernel/VFS/File.class.h
+++ b/Source/Kernel/VFS/File.class.h
@@ -2,7 +2,7 @@
#define DEF_FILE_CLASS_H
#include <VFS/FileNode.class.h>
-#include <Library/ByteArray.class.h>
+#include <ByteArray.class.h>
enum {
FM_READ = 0, //Open for read, put cursor at beginning