diff options
Diffstat (limited to 'nihil.posix/read_file.ccm')
| -rw-r--r-- | nihil.posix/read_file.ccm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nihil.posix/read_file.ccm b/nihil.posix/read_file.ccm index 61c5085..337d0e4 100644 --- a/nihil.posix/read_file.ccm +++ b/nihil.posix/read_file.ccm @@ -2,7 +2,7 @@ export module nihil.posix:read_file; import nihil.error; -import nihil.monad; +import nihil.util; import :fd; import :open; |
