diff options
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r-- | sys/vm/vm_object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index 3c60353..84ca0d8 100644 --- a/sys/vm/vm_object.h +++ b/sys/vm/vm_object.h @@ -71,7 +71,7 @@ #include <sys/_lock.h> #include <sys/_mutex.h> -#include <vm/vm_radix.h> +#include <vm/_vm_radix.h> /* * Types defined: |