diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-04-25 06:12:24 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-04-25 06:12:24 +0000 |
commit | a8607bb566369b449f9736065a38a43501616a55 (patch) | |
tree | 131265ca52dd27f9590a6727e19e8629cf6f3a33 | |
parent | 2124ba801a9c0f62e15a490bd8189155ab8ff1f4 (diff) |
Missed an include chunk.
-rw-r--r-- | sys/arch/mvme68k/mvme68k/machdep.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/mvme68k/machdep.c b/sys/arch/mvme68k/mvme68k/machdep.c index fd1bdf04889..8b6d3fe56f3 100644 --- a/sys/arch/mvme68k/mvme68k/machdep.c +++ b/sys/arch/mvme68k/mvme68k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.96 2006/04/25 05:40:15 deraadt Exp $ */ +/* $OpenBSD: machdep.c,v 1.97 2006/04/25 06:12:23 miod Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -109,6 +109,8 @@ #ifdef DDB #include <machine/db_machdep.h> #include <ddb/db_extern.h> +#include <ddb/db_interface.h> +#include <ddb/db_var.h> #endif #include <uvm/uvm_extern.h> @@ -203,8 +205,6 @@ mvme68k_init() void consinit() { - extern void db_machine_init(void); - /* * Initialize the console before we print anything out. */ |