use HAVE_LIMITS_H symbol to protect limits.h inclusion
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user