Commit bf7e9e8c authored by Matthew Brandyberry's avatar Matthew Brandyberry
Browse files

Add include of sys/types.h.

parent a7964a3f
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
#if GTEST_OS_AIX #if GTEST_OS_AIX
# include <procinfo.h> # include <procinfo.h>
# include <sys/types.h>
#endif // GTEST_OS_AIX #endif // GTEST_OS_AIX
#include "gtest/gtest-spi.h" #include "gtest/gtest-spi.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment