Skip to content
Snippets Groups Projects
Commit 37d45c01 authored by Loo Rong Jie's avatar Loo Rong Jie
Browse files

Only MSVC does not have sys/time.h

parent be1e84b9
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment