diff options
Diffstat (limited to 'sys/ddb/db_input.c')
| -rw-r--r-- | sys/ddb/db_input.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c index a9797d286bd3..b17bdff88356 100644 --- a/sys/ddb/db_input.c +++ b/sys/ddb/db_input.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_input.c,v 1.23 1997/12/05 05:36:58 dyson Exp $ + * $Id: db_input.c,v 1.24 1999/07/14 10:53:41 yokota Exp $ */ /* @@ -33,8 +33,7 @@ #include <sys/param.h> #include <sys/systm.h> - -#include <machine/cons.h> +#include <sys/cons.h> #include <ddb/ddb.h> #include <ddb/db_output.h> |
