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.ccm2
1 files changed, 1 insertions, 1 deletions
diff --git a/nihil.posix/tempfile.ccm b/nihil.posix/tempfile.ccm
index 121c636..a4d3756 100644
--- a/nihil.posix/tempfile.ccm
+++ b/nihil.posix/tempfile.ccm
@@ -3,7 +3,7 @@ export module nihil.posix:tempfile;
import nihil.std;
import nihil.error;
-import nihil.flagset;
+import nihil.util;
import :fd;
import :getenv;
import :open;