summaryrefslogtreecommitdiffstats
path: root/googletest/src/gtest-death-test.cc
diff options
context:
space:
mode:
authorFabrice de Gans-Riberi <steelskin@gmail.com>2018-06-07 22:46:29 (GMT)
committerFabrice de Gans-Riberi <steelskin@gmail.com>2018-06-07 22:46:29 (GMT)
commitd437209cd0056fccec89b7a4736dd6a5c3dbfc7f (patch)
treed282519998b2526467c312c3f2de81a5fa1fc736 /googletest/src/gtest-death-test.cc
parent98a0d007d7092b72eea0e501bb9ad17908a1a036 (diff)
downloadgoogletest-d437209cd0056fccec89b7a4736dd6a5c3dbfc7f.zip
googletest-d437209cd0056fccec89b7a4736dd6a5c3dbfc7f.tar.gz
googletest-d437209cd0056fccec89b7a4736dd6a5c3dbfc7f.tar.bz2
Fuchsia: Change fdio include path.refs/pull/1623/head
Diffstat (limited to 'googletest/src/gtest-death-test.cc')
-rw-r--r--googletest/src/gtest-death-test.cc4
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