Index: head/net/dpdk/files/patch-kernel-freebsd-contigmem-contigmem.c =================================================================== --- head/net/dpdk/files/patch-kernel-freebsd-contigmem-contigmem.c +++ head/net/dpdk/files/patch-kernel-freebsd-contigmem-contigmem.c @@ -0,0 +1,15 @@ +--- kernel/freebsd/contigmem/contigmem.c.orig 2018-09-05 14:29:02 UTC ++++ kernel/freebsd/contigmem/contigmem.c +@@ -9,9 +9,12 @@ + #include + #include + #include ++#include + #include ++#include + #include + #include ++#include + #include + #include + #include Index: head/net/dpdk/files/patch-kernel-freebsd-nic_uio-nic_uio.c =================================================================== --- head/net/dpdk/files/patch-kernel-freebsd-nic_uio-nic_uio.c +++ head/net/dpdk/files/patch-kernel-freebsd-nic_uio-nic_uio.c @@ -0,0 +1,10 @@ +--- kernel/freebsd/nic_uio/nic_uio.c.orig 2018-09-05 14:29:02 UTC ++++ kernel/freebsd/nic_uio/nic_uio.c +@@ -9,6 +9,7 @@ + #include /* types used in module initialization */ + #include /* cdevsw struct */ + #include /* structs, prototypes for pci bus stuff and DEVMETHOD */ ++#include /* used by vm_pager.h => MPASS() */ + #include + #include + #include