diff options
author | Tamir Duberstein <tamird@google.com> | 2019-05-24 12:57:34 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-05-24 12:58:46 -0700 |
commit | 91194788302305ffe4c32547f74c658c26b8aaed (patch) | |
tree | 3e8bb49d848586d823775e98e125ab34df6beaf1 /test/syscalls/linux/vfork.cc | |
parent | e4b395db49e9e90659bd3d366f62aa258a3c7157 (diff) |
Extract SleepSafe from test_util
Allows socket tests that rely on test_util to compile on Fuchsia.
PiperOrigin-RevId: 249884084
Change-Id: I17617e3f1baaba4c85c689f40db4a42a8de1597e
Diffstat (limited to 'test/syscalls/linux/vfork.cc')
-rw-r--r-- | test/syscalls/linux/vfork.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/syscalls/linux/vfork.cc b/test/syscalls/linux/vfork.cc index 631a53654..f67b06f37 100644 --- a/test/syscalls/linux/vfork.cc +++ b/test/syscalls/linux/vfork.cc @@ -26,6 +26,7 @@ #include "test/util/logging.h" #include "test/util/multiprocess_util.h" #include "test/util/test_util.h" +#include "test/util/time_util.h" DEFINE_bool(vfork_test_child, false, "If true, run the VforkTest child workload."); |