Add include of sys/types.h.

This commit is contained in:
Matthew Brandyberry 2015-10-02 16:38:02 -05:00
parent a7964a3fbd
commit bf7e9e8c2b

View File

@ -60,6 +60,7 @@
#if GTEST_OS_AIX
# include <procinfo.h>
# include <sys/types.h>
#endif // GTEST_OS_AIX
#include "gtest/gtest-spi.h"