mirror of
https://github.com/curl/curl.git
synced 2026-07-24 00:37:23 +03:00
MSVC adjustment
This commit is contained in:
parent
4f0d286d2c
commit
79ffbf7fe1
5 changed files with 32 additions and 7 deletions
|
|
@ -45,7 +45,9 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/time.h>
|
||||
#ifndef WIN32
|
||||
# include <sys/time.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue