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/proc.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/proc.cc')
-rw-r--r-- | test/syscalls/linux/proc.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/syscalls/linux/proc.cc b/test/syscalls/linux/proc.cc index d0c3a90b3..e2e8a4ff1 100644 --- a/test/syscalls/linux/proc.cc +++ b/test/syscalls/linux/proc.cc @@ -62,6 +62,7 @@ #include "test/util/temp_path.h" #include "test/util/test_util.h" #include "test/util/thread_util.h" +#include "test/util/time_util.h" #include "test/util/timer_util.h" // NOTE(magi): No, this isn't really a syscall but this is a really simple |