Remember to include limits.h for UINT_MAX

This commit is contained in:
sin 2015-01-30 14:02:59 +00:00
parent 48cc842aa9
commit 7a0c2669fb
1 changed files with 1 additions and 0 deletions

View File

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