summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pcvt/pcvt_out.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-06 23:52:35 +0000
committerbde <bde@FreeBSD.org>1995-12-06 23:52:35 +0000
commitc0273b2f6435eb28e855bdccf8752c6bce096291 (patch)
treee151f335575aa8b8b1875c2cb148ac8d58baf799 /sys/i386/isa/pcvt/pcvt_out.c
parent369f41ad46df402995bdb9d0f3e2bf0534b3c81d (diff)
downloadFreeBSD-src-c0273b2f6435eb28e855bdccf8752c6bce096291.zip
FreeBSD-src-c0273b2f6435eb28e855bdccf8752c6bce096291.tar.gz
Replaced #includes of <sys/user.h> by less gross headers, usually
<sys/vm.h>. Many device drivers need only the definition of vtophys() from vm. Added nearby #includes of <sys/conf.h> where appropriate.
Diffstat (limited to 'sys/i386/isa/pcvt/pcvt_out.c')
-rw-r--r--sys/i386/isa/pcvt/pcvt_out.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/isa/pcvt/pcvt_out.c b/sys/i386/isa/pcvt/pcvt_out.c
index 758db0a..7217c98 100644
--- a/sys/i386/isa/pcvt/pcvt_out.c
+++ b/sys/i386/isa/pcvt/pcvt_out.c
@@ -65,6 +65,7 @@
#define PCVT_INCLUDE_VT_SELATTR /* get inline function from pcvt_hdr.h */
#include "pcvt_hdr.h" /* global include */
+#include <vm/vm.h>
extern u_short csd_ascii[]; /* pcvt_tbl.h */
extern u_short csd_supplemental[];
OpenPOWER on IntegriCloud