summaryrefslogtreecommitdiff
path: root/kernel/allocator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/allocator.cpp')
-rw-r--r--kernel/allocator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/allocator.cpp b/kernel/allocator.cpp
index 807bc94..324f992 100644
--- a/kernel/allocator.cpp
+++ b/kernel/allocator.cpp
@@ -1,5 +1,5 @@
#include <hilbert/kernel/paging.hpp>
-#include <cstddef>
+#include <stddef.h>
namespace hilbert::kernel::allocator {