Index: runtime/bin/process.h |
diff --git a/runtime/bin/process.h b/runtime/bin/process.h |
index b2fb60fb5e00603d2d92e549c0e23e9e4b455a20..189212286f9362fd3fe7bb3c44e75a627f110dae 100644 |
--- a/runtime/bin/process.h |
+++ b/runtime/bin/process.h |
@@ -87,6 +87,7 @@ class Process { |
const char* working_directory, |
char* environment[], |
intptr_t environment_length, |
+ bool detached, |
intptr_t* in, |
intptr_t* out, |
intptr_t* err, |