aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/amd64/db_disasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/amd64/db_disasm.c')
-rw-r--r--sys/amd64/amd64/db_disasm.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/amd64/amd64/db_disasm.c b/sys/amd64/amd64/db_disasm.c
index 469364cb6614..690600f004e8 100644
--- a/sys/amd64/amd64/db_disasm.c
+++ b/sys/amd64/amd64/db_disasm.c
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_disasm.c,v 1.10 1995/10/29 15:29:48 phk Exp $
+ * $Id: db_disasm.c,v 1.11 1995/10/30 17:13:25 bde Exp $
*/
/*
@@ -32,6 +32,8 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
+#include <vm/vm.h>
+#include <vm/vm_param.h>
#include <ddb/ddb.h>
#include <ddb/db_access.h>