diff options
Diffstat (limited to 'lib/gettimeofday.c')
| -rw-r--r-- | lib/gettimeofday.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gettimeofday.c b/lib/gettimeofday.c index 39575658264..d598b2f7f56 100644 --- a/lib/gettimeofday.c +++ b/lib/gettimeofday.c | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | 24 | ||
| 25 | #include <time.h> | 25 | #include <time.h> |
| 26 | 26 | ||
| 27 | #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | 27 | #if defined _WIN32 && ! defined __CYGWIN__ |
| 28 | # define WINDOWS_NATIVE | 28 | # define WINDOWS_NATIVE |
| 29 | # include <windows.h> | 29 | # include <windows.h> |
| 30 | #endif | 30 | #endif |