aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_physseg.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm_physseg.c')
-rw-r--r--sys/vm/vm_physseg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_physseg.c b/sys/vm/vm_physseg.c
index 3f2b6b9..d9abc4b 100644
--- a/sys/vm/vm_physseg.c
+++ b/sys/vm/vm_physseg.c
@@ -30,7 +30,7 @@
#include <sys/limine.h>
#include <sys/cdefs.h>
#include <sys/syslog.h>
-#include <vm/vm_physseg.h>
+#include <vm/physseg.h>
#include <vm/vm.h>
#include <bitmap.h>
#include <string.h>