strings: Remember to include limits.h for INT_MAX

This commit is contained in:
sin 2015-02-17 13:50:10 +00:00
parent d8a89002d3
commit 4904f26e5d
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
/* See LICENSE file for copyright and license details. */
#include <ctype.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>