diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ofw/ofcons.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ofw/ofcons.c b/sys/dev/ofw/ofcons.c index 65e7a49c00b..15167ce0324 100644 --- a/sys/dev/ofw/ofcons.c +++ b/sys/dev/ofw/ofcons.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ofcons.c,v 1.11 2003/08/15 20:32:17 tedu Exp $ */ +/* $OpenBSD: ofcons.c,v 1.12 2004/01/03 14:08:53 espie Exp $ */ /* $NetBSD: ofcons.c,v 1.3 1996/10/13 01:38:11 christos Exp $ */ /* @@ -43,7 +43,7 @@ #include <dev/ofw/openfirm.h> -#include <machine/stdarg.h> +#include <sys/stdarg.h> struct ofc_softc { struct device of_dev; |