mirror of
https://github.com/curl/curl.git
synced 2026-08-26 04:13:31 +03:00
use HAVE_LIMITS_H symbol to protect limits.h inclusion
This commit is contained in:
parent
2c27e24bb4
commit
9cc6ab3922
11 changed files with 33 additions and 6 deletions
|
|
@ -36,7 +36,9 @@
|
|||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#ifdef HAVE_LIMITS_H
|
||||
#include <limits.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue