mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2025-04-03 17:17:10 +02:00
gdb: add missing stdbool.h include in gdb.h
Fixes sh-elf-gdb#1
This commit is contained in:
parent
3d03721118
commit
4cd81571bc
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
/* gdb_cpu_state_t: State of the CPU when breaking
|
||||
This struct keep the same register indices as those declared by GDB to allow
|
||||
|
|
Loading…
Add table
Reference in a new issue