mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:37:17 +03:00
moved include setup.h
This commit is contained in:
parent
7271ebf23e
commit
53c2798886
1 changed files with 2 additions and 1 deletions
|
|
@ -40,6 +40,8 @@
|
|||
* ------------------------------------------------------------
|
||||
****************************************************************************/
|
||||
|
||||
#include "setup.h"
|
||||
|
||||
#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
|
||||
#include <time.h>
|
||||
#include <winsock.h>
|
||||
|
|
@ -47,7 +49,6 @@
|
|||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#include "setup.h"
|
||||
|
||||
#ifndef HAVE_GETTIMEOFDAY
|
||||
#if !defined(_WINSOCKAPI_) && !defined(__MINGW32__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue