diff options
Diffstat (limited to 'nihil.posix/spawn.ccm')
| -rw-r--r-- | nihil.posix/spawn.ccm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nihil.posix/spawn.ccm b/nihil.posix/spawn.ccm index 1e4102a..ea84f4d 100644 --- a/nihil.posix/spawn.ccm +++ b/nihil.posix/spawn.ccm @@ -3,7 +3,8 @@ export module nihil.posix:spawn; // spawn(): fork and execute a child process. -import nihil.monad; +import nihil.std; +import nihil.util; import :argv; import :executor; import :fd; |
