mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Oops, include opt_pcvt_hdr.h before the key value in it is used.
This commit is contained in:
parent
4928e97cae
commit
a74080cc94
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15255
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue