summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-11-06 02:26:45 +0000
committerderaadt <deraadt@openbsd.org>1997-11-06 02:26:45 +0000
commit9eb5521c6f99698a539638e9eca880f43ee9003f (patch)
tree4352be09e27fe6d5bbdf357066bc7696be6cb0f1 /sys
parentmak kernel compiles w/o bios0 (diff)
downloadwireguard-openbsd-9eb5521c6f99698a539638e9eca880f43ee9003f.tar.xz
wireguard-openbsd-9eb5521c6f99698a539638e9eca880f43ee9003f.zip
oops
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/isa/pccons.c3
-rw-r--r--sys/arch/i386/isa/pcvt/pcvt_hdr.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/pccons.c b/sys/arch/i386/isa/pccons.c
index 4e0cef05088..49f1a807578 100644
--- a/sys/arch/i386/isa/pccons.c
+++ b/sys/arch/i386/isa/pccons.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pccons.c,v 1.35 1997/11/05 09:38:54 deraadt Exp $ */
+/* $OpenBSD: pccons.c,v 1.36 1997/11/06 02:26:45 deraadt Exp $ */
/* $NetBSD: pccons.c,v 1.99.4.1 1996/06/04 20:03:53 cgd Exp $ */
/*-
@@ -50,6 +50,7 @@
#include <sys/proc.h>
#include <sys/user.h>
#include <sys/select.h>
+#include <sys/fcntl.h>
#include <sys/tty.h>
#include <sys/uio.h>
#include <sys/callout.h>
diff --git a/sys/arch/i386/isa/pcvt/pcvt_hdr.h b/sys/arch/i386/isa/pcvt/pcvt_hdr.h
index 6e6f01b47cd..0f616c3c04d 100644
--- a/sys/arch/i386/isa/pcvt/pcvt_hdr.h
+++ b/sys/arch/i386/isa/pcvt/pcvt_hdr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcvt_hdr.h,v 1.15 1997/05/29 01:47:26 mickey Exp $ */
+/* $OpenBSD: pcvt_hdr.h,v 1.16 1997/11/06 02:26:47 deraadt Exp $ */
/*
* Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch.
@@ -79,6 +79,7 @@
#include <sys/conf.h>
#include <sys/ioctl.h>
#include <sys/proc.h>
+#include <sys/fcntl.h>
#include <sys/user.h>
#include <sys/tty.h>
#include <sys/uio.h>