aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/null_breakpoint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/null_breakpoint.c')
-rw-r--r--src/arch/x86/null_breakpoint.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/x86/null_breakpoint.c b/src/arch/x86/null_breakpoint.c
index 70b94b6909..43e3727448 100644
--- a/src/arch/x86/null_breakpoint.c
+++ b/src/arch/x86/null_breakpoint.c
@@ -1,9 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-only */
+
#include <arch/breakpoint.h>
#include <arch/null_breakpoint.h>
#include <bootstate.h>
#include <console/console.h>
-#include <stdint.h>
+#include <types.h>
static struct breakpoint_handle null_deref_bp;
static struct breakpoint_handle null_fetch_bp;