aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.posix/read_file.ccm
diff options
context:
space:
mode:
Diffstat (limited to 'nihil.posix/read_file.ccm')
-rw-r--r--nihil.posix/read_file.ccm2
1 files changed, 1 insertions, 1 deletions
diff --git a/nihil.posix/read_file.ccm b/nihil.posix/read_file.ccm
index 337d0e4..f7d06cb 100644
--- a/nihil.posix/read_file.ccm
+++ b/nihil.posix/read_file.ccm
@@ -1,7 +1,7 @@
// This source code is released into the public domain.
export module nihil.posix:read_file;
-import nihil.error;
+import nihil.std;
import nihil.util;
import :fd;
import :open;