include <limits.h> for INT_MAX definition
authorYang Tse <yangsita@gmail.com>
Tue, 14 Apr 2009 13:26:06 +0000 (13:26 +0000)
committerYang Tse <yangsita@gmail.com>
Tue, 14 Apr 2009 13:26:06 +0000 (13:26 +0000)
lib/hostares.c
lib/qssl.c
lib/ssluse.c

index 708af4e..b6af96f 100644 (file)
@@ -24,6 +24,7 @@
 #include "setup.h"
 
 #include <string.h>
+#include <limits.h>
 
 #ifdef NEED_MALLOC_H
 #include <malloc.h>
index bf4e5f7..f2de800 100644 (file)
@@ -27,6 +27,7 @@
 #include <qsossl.h>
 #include <errno.h>
 #include <string.h>
+#include <limits.h>
 
 #include <curl/curl.h>
 #include "urldata.h"
index 5d82691..3887f95 100644 (file)
@@ -36,6 +36,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include <ctype.h>
+#include <limits.h>
 #ifdef HAVE_SYS_SOCKET_H
 #include <sys/socket.h>
 #endif