aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--googletest/src/gtest-port.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/googletest/src/gtest-port.cc b/googletest/src/gtest-port.cc
index c2ea6d76..0162fac4 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"