mirror of
https://github.com/google/googletest.git
synced 2025-04-06 22:15:01 +00:00
Fixes compatibility with IBM z/OS. By Rainer Klaffenboeck.
This commit is contained in:
parent
73300b998a
commit
72a2d333dc
1 changed files with 3 additions and 1 deletions
|
@ -61,11 +61,13 @@
|
|||
#include <vector>
|
||||
|
||||
#elif defined(GTEST_OS_SYMBIAN)
|
||||
// No autoconf on Symbian
|
||||
#define GTEST_HAS_GETTIMEOFDAY
|
||||
#include <sys/time.h> // NOLINT
|
||||
|
||||
#elif defined(GTEST_OS_ZOS)
|
||||
#define GTEST_HAS_GETTIMEOFDAY
|
||||
#include <sys/time.h> // NOLINT
|
||||
|
||||
// On z/OS we additionally need strings.h for strcasecmp.
|
||||
#include <strings.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue