Merge pull request #144 from rongjiecomputer/winsock2
Only MSVC does not have sys/time.h
This commit is contained in:
		
						commit
						a5030ca512
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue