mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 10:40:19 -04:00
drm2/ttm: Add missing includes to fix arm TEGRA124 build
Fixes: bcd85e0150 ("vm_page: make iter_insert() public")
This commit is contained in:
parent
6dd1c0643e
commit
7944a87dce
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue