Fix build error on linux
Some checks failed
/ dev-shell (push) Successful in 45s
/ check (push) Failing after 3m43s
/ rust-packages (push) Failing after 3m58s
/ terraform-providers (push) Successful in 1m47s
/ systems (push) Successful in 29m39s

This commit is contained in:
Kaare Hoff Skovgaard 2025-08-05 22:04:41 +02:00
parent 8640dce7bc
commit 3ad3a21eed
Signed by: khs
GPG key ID: C7D890804F01E9F0
2 changed files with 2 additions and 13 deletions

View file

@ -1,3 +1,5 @@
#[cfg(target_os = "linux")]
use nix::unistd::execvpe;
use std::{
collections::{BTreeMap, BTreeSet},
ffi::{CString, OsString},