diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-08-18 05:39:04 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-08-18 05:39:04 +0000 |
commit | 1a93b860ae1af2f8061045adeb4bff032a04d3cd (patch) | |
tree | 61c9aacf293b17cd61ca045b71f82433c147e452 /sys/arch/powerpc | |
parent | 82639917752e0e1ba699d0edb3a0cad0749d1474 (diff) |
make this compile __with__ akdb in the kernel configuration.
Without this, it would not configure on systems with akbd.
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/powerpc/ofw_machdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/powerpc/ofw_machdep.c b/sys/arch/powerpc/powerpc/ofw_machdep.c index 00f8e4030bb..9dea680f0fe 100644 --- a/sys/arch/powerpc/powerpc/ofw_machdep.c +++ b/sys/arch/powerpc/powerpc/ofw_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ofw_machdep.c,v 1.24 2001/08/11 16:18:42 matthieu Exp $ */ +/* $OpenBSD: ofw_machdep.c,v 1.25 2001/08/18 05:39:03 drahn Exp $ */ /* $NetBSD: ofw_machdep.c,v 1.1 1996/09/30 16:34:50 ws Exp $ */ /* @@ -52,6 +52,7 @@ #include <dev/ofw/openfirm.h> #include <ukbd.h> +#include <akbd.h> #include <dev/usb/ukbdvar.h> #include <powerpc/mac/akbdvar.h> |