From 47b86b83c82deba9b4d3b4b0e78cdb3715a5a92a Mon Sep 17 00:00:00 2001 From: Lephe Date: Sun, 6 Oct 2024 08:51:22 +0200 Subject: [PATCH] gdb: add missing stdbool.h include in gdb.h Fixes sh-elf-gdb#1 --- include/gint/gdb.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/gint/gdb.h b/include/gint/gdb.h index 93bdab6..4f89c91 100644 --- a/include/gint/gdb.h +++ b/include/gint/gdb.h @@ -10,6 +10,7 @@ extern "C" { #endif #include +#include /* gdb_cpu_state_t: State of the CPU when breaking This struct keep the same register indices as those declared by GDB to allow