From 4904f26e5d3de5c5b15c439ecb614e49600a43fc Mon Sep 17 00:00:00 2001 From: sin Date: Tue, 17 Feb 2015 13:50:10 +0000 Subject: [PATCH] strings: Remember to include limits.h for INT_MAX --- strings.c | 1 + 1 file changed, 1 insertion(+) diff --git a/strings.c b/strings.c index c380752..27cecc5 100644 --- a/strings.c +++ b/strings.c @@ -1,5 +1,6 @@ /* See LICENSE file for copyright and license details. */ #include +#include #include #include