diff options
Diffstat (limited to 'src/core/page_allocator.h')
-rw-r--r-- | src/core/page_allocator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/page_allocator.h b/src/core/page_allocator.h index 506cd8f..f591d89 100644 --- a/src/core/page_allocator.h +++ b/src/core/page_allocator.h @@ -6,6 +6,6 @@ #include "allocator.h" -SandAllocator *sand_get_page_allocator(); +SandAllocator *sand_get_page_allocator(void); #endif |