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

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>