diff options
Diffstat (limited to 'sys/ddb/db_output.c')
-rw-r--r-- | sys/ddb/db_output.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c index 440f486..fc1bb14 100644 --- a/sys/ddb/db_output.c +++ b/sys/ddb/db_output.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_output.c,v 1.4 1993/10/16 16:47:20 rgrimes Exp $ + * $Id: db_output.c,v 1.5 1993/11/25 01:30:08 wollman Exp $ */ /* @@ -37,8 +37,9 @@ #include "param.h" #include "systm.h" -#include <machine/stdarg.h> +#include "machine/stdarg.h" #include "ddb/ddb.h" +#include "machine/cons.h" /* * Character output - tracks position in line. |