aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJessica Clarke <jrtc27@FreeBSD.org>2025-05-31 19:01:39 +0000
committerJessica Clarke <jrtc27@FreeBSD.org>2025-05-31 19:01:39 +0000
commit7944a87dce9355bea07b7cbd005cf5107fac61d2 (patch)
tree77ea0437771bcbb2d40d75c03ee31a47cb12a19d /sys
parent6dd1c0643e9c5562d8b09c41fc792129a8081f06 (diff)
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/drm2/ttm/ttm_bo_vm.c4
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