mirror of
https://github.com/curl/curl.git
synced 2024-12-03 06:20:31 +08:00
main: fix header inclusion order
Currently, Windows cross-compiled autobuilds require inclusion of setup.h before curl.h to get definitions of CURL_STATICLIB and BUILDING_LIBCURL.
This commit is contained in:
parent
ae677edf90
commit
2e7a2027f1
@ -19,10 +19,10 @@
|
||||
* KIND, either express or implied.
|
||||
*
|
||||
***************************************************************************/
|
||||
#include <curl/curl.h>
|
||||
|
||||
#include "setup.h"
|
||||
|
||||
#include <curl/curl.h>
|
||||
|
||||
/*
|
||||
** system headers
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user