diff options
author | bde <bde@FreeBSD.org> | 1996-04-13 16:59:29 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-04-13 16:59:29 +0000 |
commit | 6656815ec43744328e315b2d6b614ffa012c4e17 (patch) | |
tree | 66b100ceb82dd0460c8fc79b242a2aae79497341 /sys | |
parent | a42357765ff3db3179cf7e3de16fb74b7291c239 (diff) | |
download | FreeBSD-src-6656815ec43744328e315b2d6b614ffa012c4e17.zip FreeBSD-src-6656815ec43744328e315b2d6b614ffa012c4e17.tar.gz |
Oops, include opt_pcvt_hdr.h before the key value in it is used.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/i386/isa/pcvt/pcvt_hdr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/pcvt/pcvt_hdr.h b/sys/i386/isa/pcvt/pcvt_hdr.h index b1b65d3..8d9e6c7 100644 --- a/sys/i386/isa/pcvt/pcvt_hdr.h +++ b/sys/i386/isa/pcvt/pcvt_hdr.h @@ -66,10 +66,10 @@ #define PCVT_REL "3.20-b24" /* driver attach announcement */ /* see also: pcvt_ioctl.h */ -#if PCVT_FREEBSD >= 200 - #include "opt_pcvt.h" +#if PCVT_FREEBSD >= 200 + #include <sys/param.h> #include <sys/conf.h> #include <sys/ioctl.h> |