From 1a6ef03e4a360d9497ef0babbb38c7c7cb1df0e0 Mon Sep 17 00:00:00 2001 From: Samuel Bowman Date: Tue, 1 Mar 2022 19:42:06 -0500 Subject: Kernel+LibPartition: Move MBRPartitionTable into LibPartition --- AK/Debug.h.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'AK/Debug.h.in') diff --git a/AK/Debug.h.in b/AK/Debug.h.in index ff5416e4e0..dfaaf8a234 100644 --- a/AK/Debug.h.in +++ b/AK/Debug.h.in @@ -286,6 +286,10 @@ #cmakedefine01 MATROSKA_TRACE_DEBUG #endif +#ifndef MBR_DEBUG +#cmakedefine01 MBR_DEBUG +#endif + #ifndef MEMORY_DEBUG #cmakedefine01 MEMORY_DEBUG #endif -- cgit v1.2.3