summaryrefslogtreecommitdiffstats
path: root/sys/i386/i386/db_disasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/i386/db_disasm.c')
-rw-r--r--sys/i386/i386/db_disasm.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/i386/db_disasm.c b/sys/i386/i386/db_disasm.c
index 4793e40..98e251b 100644
--- a/sys/i386/i386/db_disasm.c
+++ b/sys/i386/i386/db_disasm.c
@@ -23,15 +23,16 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_disasm.c,v 1.3 1993/10/16 14:14:52 rgrimes Exp $
+ * $Id: db_disasm.c,v 1.4 1993/11/25 01:30:51 wollman Exp $
*/
/*
* Instruction disassembler.
*/
#include "param.h"
+#include "systm.h"
#include "proc.h"
-#include <machine/db_machdep.h>
+#include "ddb/ddb.h"
#include <ddb/db_access.h>
#include <ddb/db_sym.h>
OpenPOWER on IntegriCloud