From 93a81b53875aa6e83631503c9bc5970c87021419 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 24 Nov 2023 11:52:03 -0500 Subject: kernel: Fixup VM header naming Signed-off-by: Ian Moffett --- sys/vm/vm_physseg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/vm/vm_physseg.c') 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 #include #include -#include +#include #include #include #include -- cgit v1.2.3