mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
lib: add missing limits.h includes
Closes https://github.com/curl/curl/pull/9453
This commit is contained in:
parent
d7dceb57d1
commit
b921a1676f
@ -24,6 +24,8 @@
|
||||
|
||||
#include "timediff.h"
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
/*
|
||||
* Converts number of milliseconds into a timeval structure.
|
||||
*
|
||||
|
@ -39,6 +39,8 @@
|
||||
|
||||
#include "warnless.h"
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
#define CURL_MASK_UCHAR ((unsigned char)~0)
|
||||
#define CURL_MASK_SCHAR (CURL_MASK_UCHAR >> 1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user