use HAVE_LIMITS_H symbol to protect limits.h inclusion

This commit is contained in:
Yang Tse
2009-04-14 13:50:32 +00:00
parent 2c27e24bb4
commit 9cc6ab3922
11 changed files with 33 additions and 6 deletions

View File

@@ -27,7 +27,9 @@
#include <qsossl.h>
#include <errno.h>
#include <string.h>
#include <limits.h>
#ifdef HAVE_LIMITS_H
# include <limits.h>
#endif
#include <curl/curl.h>
#include "urldata.h"