mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Add #include <vm/pmap.h> to make lsdev compile again after the last round
of include file changes....
This commit is contained in:
parent
65219883c8
commit
7c5a56b547
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12807
@ -2,6 +2,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <machine/vmparam.h>
|
#include <machine/vmparam.h>
|
||||||
|
#include <vm/pmap.h>
|
||||||
#include <i386/isa/isa_device.h>
|
#include <i386/isa/isa_device.h>
|
||||||
#include <i386/eisa/eisaconf.h>
|
#include <i386/eisa/eisaconf.h>
|
||||||
#include <scsi/scsiconf.h>
|
#include <scsi/scsiconf.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user