Kernel: Unbreak building with extra debug macros, part 1

This commit is contained in:
Ben Wiederhake 2020-08-27 00:32:56 +02:00 committed by Andreas Kling
commit eac3bbdcee
Notes: sideshowbarker 2024-07-19 03:02:31 +09:00
9 changed files with 24 additions and 14 deletions

View file

@ -27,7 +27,9 @@
#include <AK/ByteBuffer.h>
#include <Kernel/Devices/EBRPartitionTable.h>
#define EBR_DEBUG
#ifndef EBR_DEBUG
# define EBR_DEBUG
#endif
namespace Kernel {