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