diff options
author | Gennadiy Civil <misterg@google.com> | 2018-06-11 15:40:46 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-06-11 15:40:46 (GMT) |
commit | f213b6399e03a2d07da6a6984fa157e17cafd474 (patch) | |
tree | 4448d15292ffb36723b1cf09bdf64b58cf25e093 /googletest/src | |
parent | 8f87d00398228925b1542b81710a9015c8f68e7b (diff) | |
parent | c091b0469ab4c04ee9411ef770f32360945f4c53 (diff) | |
download | googletest-f213b6399e03a2d07da6a6984fa157e17cafd474.zip googletest-f213b6399e03a2d07da6a6984fa157e17cafd474.tar.gz googletest-f213b6399e03a2d07da6a6984fa157e17cafd474.tar.bz2 |
Merge branch 'master' of https://github.com/google/googletest
Diffstat (limited to 'googletest/src')
-rw-r--r-- | googletest/src/gtest-death-test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/googletest/src/gtest-death-test.cc b/googletest/src/gtest-death-test.cc index e5b4e09..2f772f6 100644 --- a/googletest/src/gtest-death-test.cc +++ b/googletest/src/gtest-death-test.cc @@ -63,8 +63,8 @@ # endif // GTEST_OS_QNX # if GTEST_OS_FUCHSIA -# include <fdio/io.h> -# include <fdio/spawn.h> +# include <lib/fdio/io.h> +# include <lib/fdio/spawn.h> # include <zircon/processargs.h> # include <zircon/syscalls.h> # endif // GTEST_OS_FUCHSIA |