Pull in missing DDB headers.
This commit is contained in:
parent
4d8e50f1ce
commit
2a258cd5c8
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: db_interface.c,v 1.5 1999/10/12 17:08:58 jdolecek Exp $ */
|
||||
/* $NetBSD: db_interface.c,v 1.6 2000/06/09 14:09:45 kleink Exp $ */
|
||||
/* $OpenBSD: db_interface.c,v 1.2 1996/12/28 06:21:50 rahnds Exp $ */
|
||||
|
||||
#include "opt_ddb.h"
|
||||
@ -7,6 +7,13 @@
|
||||
#include <sys/proc.h>
|
||||
#include <sys/systm.h>
|
||||
|
||||
#include <ddb/db_sym.h>
|
||||
#include <ddb/db_command.h>
|
||||
#include <ddb/db_extern.h>
|
||||
#include <ddb/db_access.h>
|
||||
#include <ddb/db_output.h>
|
||||
#include <ddb/ddbvar.h>
|
||||
|
||||
#include <machine/frame.h>
|
||||
#include <machine/db_machdep.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user