From f8a4b0b1e4d578b793d19e7061144dcc971e8ea1 Mon Sep 17 00:00:00 2001 From: Nathan Giddings Date: Sat, 1 Aug 2020 16:11:01 -0500 Subject: [PATCH] Updated file name in mmap.hpp --- src/mmgr/mmap.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mmgr/mmap.hpp b/src/mmgr/mmap.hpp index 67369fe..8f354d3 100644 --- a/src/mmgr/mmap.hpp +++ b/src/mmgr/mmap.hpp @@ -1,7 +1,7 @@ #ifndef MMAP_H #define MMAP_H -#include "memoryallocator.hpp" +#include "pageallocator.hpp" #define MMAP_RW 0x01 #define MMAP_EXEC 0x02