$NetBSD: patch-src_imlib_c,v 1.1 2012/06/23 19:58:51 dholland Exp $

Use standard headers. (limits.h required on Solaris)

--- src/imlib.c~	2012-03-25 11:16:59.000000000 +0000
+++ src/imlib.c
@@ -34,6 +34,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE 
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <netdb.h>
+#include <limits.h>
 
 #ifdef HAVE_LIBCURL
 #include <curl/curl.h>
