mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:13:34 +03:00
curl_setup.h: include stdint.h earlier
To have it included by the time checking for `SIZE_MAX` and `SSIZE_MAX`.
Ref: 93f333c18f #18426 #18406
Closes #18430
This commit is contained in:
parent
fa9151b41a
commit
598078dcf8
2 changed files with 4 additions and 4 deletions
|
|
@ -475,6 +475,10 @@
|
|||
#include <curl/stdcheaders.h>
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_STDINT_H) || defined(USE_WOLFSSL)
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
# ifdef HAVE_IO_H
|
||||
# include <io.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue