make setup.h first included file

This commit is contained in:
Yang Tse 2010-06-02 13:19:04 +02:00
Родитель 69d07feb14
Коммит d939e0f410
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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)