mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
make setup.h first included file
This commit is contained in:
parent
69d07feb14
commit
d939e0f410
@ -20,9 +20,10 @@
|
|||||||
*
|
*
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#include "curl_fnmatch.h"
|
|
||||||
#include "setup.h"
|
#include "setup.h"
|
||||||
|
|
||||||
|
#include "curl_fnmatch.h"
|
||||||
|
|
||||||
#define CURLFNM_CHARSET_LEN (sizeof(char) * 256)
|
#define CURLFNM_CHARSET_LEN (sizeof(char) * 256)
|
||||||
#define CURLFNM_CHSET_SIZE (CURLFNM_CHARSET_LEN + 15)
|
#define CURLFNM_CHSET_SIZE (CURLFNM_CHARSET_LEN + 15)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user