1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:07:35 +00:00

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
parent 8c1888811f
commit eac3bbdcee
9 changed files with 24 additions and 14 deletions

View file

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