--- Gnu-Mach/ddb/db_aout.c 2020/09/02 04:43:16 1.1.1.2 +++ Gnu-Mach/ddb/db_aout.c 2020/09/02 04:45:47 1.1.1.3 @@ -27,15 +27,17 @@ * Author: David B. Golub, Carnegie Mellon University * Date: 7/90 */ -#include "mach_kdb.h" + #if MACH_KDB /* * Symbol table routines for a.out format files. */ +#include #include #include /* data types */ +#include #include #ifndef DB_NO_AOUT @@ -374,7 +376,8 @@ aout_db_search_symbol(symtab, off, strat * Return the name and value for a symbol. */ void -aout_db_symbol_values(sym, namep, valuep) +aout_db_symbol_values(stab, sym, namep, valuep) + db_symtab_t *stab; db_sym_t sym; char **namep; db_expr_t *valuep;