mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:11:40 +03:00
include config.h first
This commit is contained in:
parent
b6e18f2f66
commit
7271ebf23e
1 changed files with 2 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
* ------------------------------------------------------------
|
||||
****************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
#if !defined(WIN32) && defined(_WIN32)
|
||||
/* This _might_ be a good Borland fix. Please report whether this works or
|
||||
|
|
@ -57,6 +57,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#ifndef OS
|
||||
#ifdef WIN32
|
||||
#define OS "win32"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue