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)