mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
include limits.h for INT_MAX
This commit is contained in:
parent
aa5c72af15
commit
e83421baf4
@ -30,6 +30,10 @@
|
||||
|
||||
#ifdef USE_CYASSL
|
||||
|
||||
#ifdef HAVE_LIMITS_H
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
@ -54,6 +54,10 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIMITS_H
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
#include "urldata.h"
|
||||
#include "curl_base64.h"
|
||||
#include "curl_memory.h"
|
||||
|
Loading…
Reference in New Issue
Block a user