diff options
author | 2002-09-11 22:35:01 +0000 | |
---|---|---|
committer | 2002-09-11 22:35:01 +0000 | |
commit | 7c360f6929fc8a86c56229dfcfc576613438a16e (patch) | |
tree | 3db2b3008261ca1027d1a77e621ae63990f07375 | |
parent | When freeing the extent, include the page offset, not just the page (diff) | |
download | wireguard-openbsd-7c360f6929fc8a86c56229dfcfc576613438a16e.tar.xz wireguard-openbsd-7c360f6929fc8a86c56229dfcfc576613438a16e.zip |
Include zstty.h, so that the NZSTTY check will be correct.
-rw-r--r-- | sys/arch/macppc/macppc/ofw_machdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/macppc/ofw_machdep.c b/sys/arch/macppc/macppc/ofw_machdep.c index 4a0fe7377a2..54f339d05a9 100644 --- a/sys/arch/macppc/macppc/ofw_machdep.c +++ b/sys/arch/macppc/macppc/ofw_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ofw_machdep.c,v 1.13 2002/09/06 13:56:51 drahn Exp $ */ +/* $OpenBSD: ofw_machdep.c,v 1.14 2002/09/11 22:35:01 drahn Exp $ */ /* $NetBSD: ofw_machdep.c,v 1.1 1996/09/30 16:34:50 ws Exp $ */ /* @@ -54,6 +54,7 @@ #include <ukbd.h> #include <akbd.h> +#include <zstty.h> #include <dev/usb/ukbdvar.h> #include <macppc/dev/akbdvar.h> |