about summary refs log tree commit diff
path: root/src/compiletest/procsrv.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiletest/procsrv.rs')
-rw-r--r--src/compiletest/procsrv.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiletest/procsrv.rs b/src/compiletest/procsrv.rs
index 71efa5596a8..2a4cd08c124 100644
--- a/src/compiletest/procsrv.rs
+++ b/src/compiletest/procsrv.rs
@@ -8,6 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+use core::prelude::*;
 
 use core::libc::c_int;
 use core::run::spawn_process;