Commit 2e7a2027 authored by Yang Tse's avatar Yang Tse
Browse files

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.
parent ae677edf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,10 +19,10 @@
 * KIND, either express or implied.
 *
 ***************************************************************************/
#include <curl/curl.h>

#include "setup.h"

#include <curl/curl.h>

/*
** system headers
*/