From: Yang Tse Date: Wed, 2 Jun 2010 11:19:04 +0000 (+0200) Subject: make setup.h first included file X-Git-Tag: curl-7_21_0~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d939e0f410768c3698e588ab07b84ceb0b8fb60c;p=thirdparty%2Fcurl.git make setup.h first included file --- diff --git a/lib/curl_fnmatch.c b/lib/curl_fnmatch.c index b250a223a8..bc17ed673e 100644 --- a/lib/curl_fnmatch.c +++ b/lib/curl_fnmatch.c @@ -20,9 +20,10 @@ * ***************************************************************************/ -#include "curl_fnmatch.h" #include "setup.h" +#include "curl_fnmatch.h" + #define CURLFNM_CHARSET_LEN (sizeof(char) * 256) #define CURLFNM_CHSET_SIZE (CURLFNM_CHARSET_LEN + 15)