mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:01:40 +03:00
curl_setup.h: include limits.h before testing for #ifndef SSIZE_MAX
Ref: 93f333c18f #18426 #18406
Fixes #18493
Closes #18494
This commit is contained in:
parent
07a688135d
commit
7c9878ff0c
1 changed files with 2 additions and 0 deletions
|
|
@ -479,6 +479,8 @@
|
|||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
# ifdef HAVE_IO_H
|
||||
# include <io.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue