diff options
| -rw-r--r-- | sys/dev/drm2/ttm/ttm_bo_vm.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/drm2/ttm/ttm_bo_vm.c b/sys/dev/drm2/ttm/ttm_bo_vm.c index b10c5f87a394..a30205358540 100644 --- a/sys/dev/drm2/ttm/ttm_bo_vm.c +++ b/sys/dev/drm2/ttm/ttm_bo_vm.c @@ -35,7 +35,8 @@ * <kib@FreeBSD.org> under sponsorship from the FreeBSD Foundation. */ -#include <sys/cdefs.h> +#include <sys/param.h> +#include <sys/pctrie.h> #include "opt_vm.h" #include <dev/drm2/drmP.h> @@ -46,6 +47,7 @@ #include <vm/vm.h> #include <vm/vm_page.h> #include <vm/vm_pageout.h> +#include <vm/vm_radix.h> #define TTM_BO_VM_NUM_PREFAULT 16 |
