mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:53:46 +03:00
#include "setup.h" moved first of all includes
This commit is contained in:
parent
400ca043c7
commit
b6e18f2f66
21 changed files with 42 additions and 27 deletions
|
|
@ -38,9 +38,10 @@
|
|||
* ------------------------------------------------------------
|
||||
****************************************************************************/
|
||||
|
||||
#include <string.h>
|
||||
#include "setup.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
|
||||
#if defined(__MINGW32__)
|
||||
#include <winsock.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue