From d939e0f410768c3698e588ab07b84ceb0b8fb60c Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 2 Jun 2010 13:19:04 +0200 Subject: [PATCH] make setup.h first included file --- lib/curl_fnmatch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/curl_fnmatch.c b/lib/curl_fnmatch.c index b250a223a..bc17ed673 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)