Skip to content
Snippets Groups Projects
Commit e83421ba authored by Yang Tse's avatar Yang Tse
Browse files

include limits.h for INT_MAX

parent aa5c72af
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment