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:
Yang Tse 2011-05-29 18:25:49 +02:00
parent ae677edf90
commit 2e7a2027f1
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@
* KIND, either express or implied.
*
***************************************************************************/
#include <curl/curl.h>
#include "setup.h"
#include <curl/curl.h>
/*
** system headers
*/