diff options
Diffstat (limited to 'googletest/src/gtest-port.cc')
-rw-r--r-- | googletest/src/gtest-port.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/googletest/src/gtest-port.cc b/googletest/src/gtest-port.cc index c2ea6d7..0162fac 100644 --- a/googletest/src/gtest-port.cc +++ b/googletest/src/gtest-port.cc @@ -60,6 +60,7 @@ #if GTEST_OS_AIX # include <procinfo.h> +# include <sys/types.h> #endif // GTEST_OS_AIX #include "gtest/gtest-spi.h" |