mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
Fix includes for systems without posix_spawn
Fixes:
9cbb0715a9/packages/fish/0002-fix-import-when-posix-spawn-disabled.patch
Part of #12055
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
use crate::nix::{getpid, isatty};
|
||||
use crate::null_terminated_array::OwningNullTerminatedArray;
|
||||
use crate::parser::{Block, BlockId, BlockType, EvalRes, Parser};
|
||||
#[cfg(have_posix_spawn)]
|
||||
use crate::proc::Pid;
|
||||
use crate::proc::{
|
||||
InternalProc, Job, JobGroupRef, ProcStatus, Process, ProcessType, hup_jobs,
|
||||
|
||||
Reference in New Issue
Block a user