diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-06-11 15:30:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-11 15:30:21 (GMT) |
commit | c091b0469ab4c04ee9411ef770f32360945f4c53 (patch) | |
tree | d282519998b2526467c312c3f2de81a5fa1fc736 | |
parent | 98a0d007d7092b72eea0e501bb9ad17908a1a036 (diff) | |
parent | d437209cd0056fccec89b7a4736dd6a5c3dbfc7f (diff) | |
download | googletest-c091b0469ab4c04ee9411ef770f32360945f4c53.zip googletest-c091b0469ab4c04ee9411ef770f32360945f4c53.tar.gz googletest-c091b0469ab4c04ee9411ef770f32360945f4c53.tar.bz2 |
Merge pull request #1623 from Steelskin/fuchsia-fdio
Fuchsia: Change fdio include path.
-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 |