Commit 37d45c01 by Loo Rong Jie

Only MSVC does not have sys/time.h

parent be1e84b9
......@@ -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>
......
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