From 91194788302305ffe4c32547f74c658c26b8aaed Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Fri, 24 May 2019 12:57:34 -0700 Subject: Extract SleepSafe from test_util Allows socket tests that rely on test_util to compile on Fuchsia. PiperOrigin-RevId: 249884084 Change-Id: I17617e3f1baaba4c85c689f40db4a42a8de1597e --- test/syscalls/linux/exit.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'test/syscalls/linux/exit.cc') diff --git a/test/syscalls/linux/exit.cc b/test/syscalls/linux/exit.cc index 99de2b376..d52ea786b 100644 --- a/test/syscalls/linux/exit.cc +++ b/test/syscalls/linux/exit.cc @@ -19,6 +19,7 @@ #include "absl/time/time.h" #include "test/util/file_descriptor.h" #include "test/util/test_util.h" +#include "test/util/time_util.h" namespace gvisor { namespace testing { -- cgit v1.2.3