mirror of
https://github.com/curl/curl.git
synced 2026-08-24 17:33:33 +03:00
lib: add missing limits.h includes
Closes https://github.com/curl/curl/pull/9453
This commit is contained in:
parent
d7dceb57d1
commit
b921a1676f
2 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue