diff options
Diffstat (limited to 'sys/kern/subr_prf.c')
-rw-r--r-- | sys/kern/subr_prf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_prf.c b/sys/kern/subr_prf.c index 69bd3a8..932b6e5 100644 --- a/sys/kern/subr_prf.c +++ b/sys/kern/subr_prf.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)subr_prf.c 8.3 (Berkeley) 1/21/94 - * $Id: subr_prf.c,v 1.58 1999/07/24 09:34:12 dfr Exp $ + * $Id: subr_prf.c,v 1.59 1999/08/07 20:13:32 green Exp $ */ #include <sys/param.h> @@ -48,7 +48,7 @@ #include <sys/tty.h> #include <sys/tprintf.h> #include <sys/syslog.h> -#include <machine/cons.h> +#include <sys/cons.h> /* * Note that stdarg.h and the ANSI style va_start macro is used for both |