mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:57:35 +00:00
LibC: Make sure ARCH macro is available before use
This commit is contained in:
parent
7cd0440571
commit
8ba572d650
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Platform.h>
|
||||
|
||||
#if ARCH(I386)
|
||||
# include "i386/regs.h"
|
||||
#elif ARCH(X86_64)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue