1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

Add system includes for mvec.h

This commit is contained in:
Kip Macy 2007-12-16 05:11:10 +00:00
parent ee939bbf7e
commit 92328e3882
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174637

View File

@ -3,7 +3,11 @@
*/
#include <sys/types.h>
#include <vm/vm.h>
#include <vm/pmap.h>
#include <machine/bus.h>
#ifdef CONFIG_DEFINED
#include <cxgb_osdep.h>
#include <common/cxgb_common.h>