diff options
Diffstat (limited to 'sys/arch/mvme88k/stand/libbug/putchar.c')
-rw-r--r-- | sys/arch/mvme88k/stand/libbug/putchar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/stand/libbug/putchar.c b/sys/arch/mvme88k/stand/libbug/putchar.c index 2193b45c78c..a097e36f5b4 100644 --- a/sys/arch/mvme88k/stand/libbug/putchar.c +++ b/sys/arch/mvme88k/stand/libbug/putchar.c @@ -1,4 +1,4 @@ -/* $OpenBSD: putchar.c,v 1.2 1998/12/15 06:32:34 smurph Exp $ */ +/* $OpenBSD: putchar.c,v 1.3 2003/09/07 21:35:35 miod Exp $ */ /* * putchar: easier to do this with outstr than to add more macros to @@ -9,7 +9,7 @@ #include <machine/prom.h> #include "stand.h" -#include "libbug.h" +#include "prom.h" void putchar(c) |