--- Gnu-Mach/ddb/db_run.c 2020/09/02 04:43:19 1.1.1.2 +++ Gnu-Mach/ddb/db_run.c 2020/09/02 04:45:52 1.1.1.3 @@ -28,7 +28,6 @@ * Date: 7/90 */ -#include "mach_kdb.h" #if MACH_KDB /* @@ -42,6 +41,12 @@ #include #include #include +#include +#include +#include +#include +#include + int db_run_mode; @@ -72,7 +77,6 @@ db_stop_at_pc(is_breakpoint, task) { register db_addr_t pc; register db_thread_breakpoint_t bkpt; - boolean_t db_cond_check(); db_clear_task_single_step(DDB_REGS, task); db_clear_breakpoints();