aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/test_support/simulated_memory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/src/test_support/simulated_memory.cpp')
-rw-r--r--kernel/src/test_support/simulated_memory.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/src/test_support/simulated_memory.cpp b/kernel/src/test_support/simulated_memory.cpp
index 03dac1d..2a4f15b 100644
--- a/kernel/src/test_support/simulated_memory.cpp
+++ b/kernel/src/test_support/simulated_memory.cpp
@@ -9,9 +9,10 @@
#include <cstring>
#include <format>
#include <stdexcept>
+#include <unistd.h>
+
#include <sys/mman.h>
#include <sys/types.h>
-#include <unistd.h>
namespace kernel::tests
{