mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 12:07:05 +08:00
Merge pull request #144 from rongjiecomputer/winsock2
Only MSVC does not have sys/time.h
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
#ifndef ABSL_TIME_TIME_H_
|
||||
#define ABSL_TIME_TIME_H_
|
||||
|
||||
#if !defined(_WIN32)
|
||||
#if !defined(_MSC_VER)
|
||||
#include <sys/time.h>
|
||||
#else
|
||||
#include <winsock2.h>
|
||||
|
||||
Reference in New Issue
Block a user