aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/pcvt
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-04-13 16:59:29 +0000
committerBruce Evans <bde@FreeBSD.org>1996-04-13 16:59:29 +0000
commita74080cc947e63a52a05f34c4eed5cbd6ad64221 (patch)
tree66b100ceb82dd0460c8fc79b242a2aae79497341 /sys/i386/isa/pcvt
parent4928e97cae38f0d62068cebc878e81af906c9957 (diff)
downloadsrc-a74080cc947e63a52a05f34c4eed5cbd6ad64221.tar.gz
src-a74080cc947e63a52a05f34c4eed5cbd6ad64221.zip
Oops, include opt_pcvt_hdr.h before the key value in it is used.
Notes
Notes: svn path=/head/; revision=15255
Diffstat (limited to 'sys/i386/isa/pcvt')
-rw-r--r--sys/i386/isa/pcvt/pcvt_hdr.h4
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 b1b65d3bf66a..8d9e6c711dd5 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>