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 ea84f4d..0945466 100644 --- a/nihil.posix/spawn.ccm +++ b/nihil.posix/spawn.ccm @@ -4,7 +4,8 @@ export module nihil.posix:spawn; // spawn(): fork and execute a child process. import nihil.std; -import nihil.util; +import nihil.core; + import :argv; import :executor; import :fd; |
