aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.posix/tempfile.ccm
diff options
context:
space:
mode:
Diffstat (limited to 'nihil.posix/tempfile.ccm')
-rw-r--r--nihil.posix/tempfile.ccm3
1 files changed, 2 insertions, 1 deletions
diff --git a/nihil.posix/tempfile.ccm b/nihil.posix/tempfile.ccm
index 15edccb..892d12b 100644
--- a/nihil.posix/tempfile.ccm
+++ b/nihil.posix/tempfile.ccm
@@ -2,7 +2,8 @@
export module nihil.posix:tempfile;
import nihil.std;
-import nihil.util;
+import nihil.core;
+
import :fd;
import :getenv;
import :open;