diff options
author | Freya Murphy <freya@freyacat.org> | 2024-02-04 14:19:54 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-02-04 14:19:54 -0500 |
commit | 1b09896afcf562d199d4df8d671601bba2b1f081 (patch) | |
tree | b4ee4ae8e6e1ff5c5b27fe97509752b17fae330b /src/memory/virtalloc.c | |
parent | fix acpi on uefi, kprint fixes (diff) | |
download | corn-main.tar.gz corn-main.tar.bz2 corn-main.zip |
Diffstat (limited to '')
-rw-r--r-- | src/memory/virtalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memory/virtalloc.c b/src/memory/virtalloc.c index b5cc126..c9c6dbf 100644 --- a/src/memory/virtalloc.c +++ b/src/memory/virtalloc.c @@ -6,7 +6,7 @@ #include <string.h> #define MEMORY_INTERNAL -#include <memory/virtalloc.h> +#include <sys/virtalloc.h> struct addr_node { uintptr_t start; |