Add #include <vm/pmap.h> to make lsdev compile again after the last round

of include file changes....
This commit is contained in:
Peter Wemm 1995-12-13 11:41:15 +00:00
parent 65219883c8
commit 7c5a56b547

View File

@ -2,6 +2,7 @@
#include <stdio.h>
#include <string.h>
#include <machine/vmparam.h>
#include <vm/pmap.h>
#include <i386/isa/isa_device.h>
#include <i386/eisa/eisaconf.h>
#include <scsi/scsiconf.h>