summaryrefslogtreecommitdiff
path: root/lib/curl_fnmatch.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-06-02 13:19:04 +0200
committerYang Tse <yangsita@gmail.com>2010-06-02 13:19:04 +0200
commitd939e0f410768c3698e588ab07b84ceb0b8fb60c (patch)
tree08933d8c3c76d8d9cd2429a62cdae1eaaed19c31 /lib/curl_fnmatch.c
parent69d07feb145bd4e34c5740946ea0ef405f98f628 (diff)
downloadcurl-d939e0f410768c3698e588ab07b84ceb0b8fb60c.tar.gz
make setup.h first included file
Diffstat (limited to 'lib/curl_fnmatch.c')
-rw-r--r--lib/curl_fnmatch.c3
1 files changed, 2 insertions, 1 deletions
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)