summaryrefslogtreecommitdiffstats
path: root/crates/rebel-runner/src/util/unix.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rebel-runner/src/util/unix.rs')
-rw-r--r--crates/rebel-runner/src/util/unix.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rebel-runner/src/util/unix.rs b/crates/rebel-runner/src/util/unix.rs
index 08884ec..a97b1db 100644
--- a/crates/rebel-runner/src/util/unix.rs
+++ b/crates/rebel-runner/src/util/unix.rs
@@ -6,7 +6,7 @@ use nix::{
unistd::Pid,
};
-use common::error::*;
+use rebel_common::error::*;
use super::fs;