Oops, include opt_pcvt_hdr.h before the key value in it is used.

This commit is contained in:
Bruce Evans 1996-04-13 16:59:29 +00:00
parent 4928e97cae
commit a74080cc94
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15255

View file

@ -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>