aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.posix/write_file.ccm
diff options
context:
space:
mode:
Diffstat (limited to 'nihil.posix/write_file.ccm')
-rw-r--r--nihil.posix/write_file.ccm2
1 files changed, 1 insertions, 1 deletions
diff --git a/nihil.posix/write_file.ccm b/nihil.posix/write_file.ccm
index 4bdd6e2..ad1129f 100644
--- a/nihil.posix/write_file.ccm
+++ b/nihil.posix/write_file.ccm
@@ -3,8 +3,8 @@ export module nihil.posix:write_file;
import nihil.std;
import nihil.error;
-import nihil.guard;
import nihil.monad;
+import nihil.util;
import :fd;
import :open;
import :rename;