diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2022-09-07 16:11:42 +0200 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2022-09-12 09:41:50 +0200 |
commit | b921a1676f3cdf610895c2e35756123a1e711ba8 (patch) | |
tree | 33a49c30164b2ff644bc30f7342cd0d5a39bcc32 /lib/timediff.c | |
parent | d7dceb57d1d66905f5c99bc03bb5f8a4b2c6d80f (diff) | |
download | curl-b921a1676f3cdf610895c2e35756123a1e711ba8.tar.gz |
lib: add missing limits.h includes
Closes https://github.com/curl/curl/pull/9453
Diffstat (limited to 'lib/timediff.c')
-rw-r--r-- | lib/timediff.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/timediff.c b/lib/timediff.c index 27fd91163..c5893187d 100644 --- a/lib/timediff.c +++ b/lib/timediff.c @@ -24,6 +24,8 @@ #include "timediff.h" +#include <limits.h> + /* * Converts number of milliseconds into a timeval structure. * |