diff options
Diffstat (limited to 'sys/ddb/db_input.c')
-rw-r--r-- | sys/ddb/db_input.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c index 3f18cd8..94bab94 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.2 1993/10/16 16:47:16 rgrimes Exp $ + * $Id: db_input.c,v 1.3 1993/11/25 01:30:06 wollman Exp $ */ /* @@ -35,7 +35,8 @@ #include "systm.h" #include "proc.h" #include "ddb/ddb.h" -#include <ddb/db_output.h> +#include "ddb/db_output.h" +#include "machine/cons.h" /* * Character input and editing. |