aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.posix/unistd.ccm
diff options
context:
space:
mode:
Diffstat (limited to 'nihil.posix/unistd.ccm')
-rw-r--r--nihil.posix/unistd.ccm2
1 files changed, 1 insertions, 1 deletions
diff --git a/nihil.posix/unistd.ccm b/nihil.posix/unistd.ccm
index 65cd015..6f3b914 100644
--- a/nihil.posix/unistd.ccm
+++ b/nihil.posix/unistd.ccm
@@ -6,7 +6,7 @@ module;
export module nihil.posix:unistd;
import nihil.std;
-import nihil.util;
+import nihil.core;
// Symbols from unistd.h that might be useful.