diff options
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."); |