From 13bb57688e25836d85c9290b84ca5e0b38e7c83c Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 29 Feb 2024 22:11:16 -0500 Subject: kernel/amd64: frame: Add missing include Signed-off-by: Ian Moffett --- sys/include/arch/amd64/frame.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/include/arch') diff --git a/sys/include/arch/amd64/frame.h b/sys/include/arch/amd64/frame.h index 78c32f4..a2e1a05 100644 --- a/sys/include/arch/amd64/frame.h +++ b/sys/include/arch/amd64/frame.h @@ -31,6 +31,9 @@ #define _AMD64_FRAME_H_ #if !defined(__ASSEMBLER__) + +#include + struct trapframe { uint64_t trapno; uint64_t rax; -- cgit v1.2.3