Fix build.

This commit is contained in:
Andreas Kling 2018-10-13 00:44:54 +02:00
commit c2d42710bb
Notes: sideshowbarker 2024-07-19 18:49:30 +09:00
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
#include <AK/StdLib.h> #include <AK/StdLib.h>
#include <cstdio> #include <cstdio>
#include <cstring> #include <cstring>
#include "kmalloc.h" #include <AK/kmalloc.h>
//#define EXT2_DEBUG //#define EXT2_DEBUG

View file

@ -1,9 +1,9 @@
#include "VirtualFileSystem.h" #include "VirtualFileSystem.h"
#include "FileHandle.h" #include "FileHandle.h"
#include "FileSystem.h" #include "FileSystem.h"
#include <AK/kmalloc.h>
#include <cstdio> #include <cstdio>
#include <cstdlib> #include <cstdlib>
#include "kmalloc.h"
//#define VFS_DEBUG //#define VFS_DEBUG