make setup.h first included file
authorYang Tse <yangsita@gmail.com>
Wed, 2 Jun 2010 11:19:04 +0000 (13:19 +0200)
committerYang Tse <yangsita@gmail.com>
Wed, 2 Jun 2010 11:19:04 +0000 (13:19 +0200)
lib/curl_fnmatch.c

index b250a22..bc17ed6 100644 (file)
  *
  ***************************************************************************/
 
-#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)