diff options
author | 1996-10-16 23:11:44 +0000 | |
---|---|---|
committer | 1996-10-16 23:11:44 +0000 | |
commit | e20a62e4d0a7f705ef91602db397568e66d0610f (patch) | |
tree | 3026bbb0c79d557fd7c5587340c78901155461b4 | |
parent | label only useful in bpf case (diff) | |
download | wireguard-openbsd-e20a62e4d0a7f705ef91602db397568e66d0610f.tar.xz wireguard-openbsd-e20a62e4d0a7f705ef91602db397568e66d0610f.zip |
proto
-rw-r--r-- | sys/arch/i386/i386/autoconf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/i386/autoconf.c b/sys/arch/i386/i386/autoconf.c index c30749be39d..f6d8fdb485c 100644 --- a/sys/arch/i386/i386/autoconf.c +++ b/sys/arch/i386/i386/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.14 1996/09/29 08:00:41 downsj Exp $ */ +/* $OpenBSD: autoconf.c,v 1.15 1996/10/16 23:11:44 deraadt Exp $ */ /* $NetBSD: autoconf.c,v 1.20 1996/05/03 19:41:56 christos Exp $ */ /*- @@ -60,6 +60,8 @@ #include <machine/pte.h> #include <machine/cpu.h> +#include <dev/cons.h> + void swapconf __P((void)); void setroot __P((void)); void setconf __P((void)); |