Add limit.h for INT_MAX

This commit is contained in:
Ben Byer 2009-01-22 11:26:03 +01:00 committed by Arnaud Cornet
parent 23b6ec4492
commit dae6cad3f7
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include <stdarg.h>
#include <stdlib.h>
#include <stdint.h>
#include <limits.h>
#include <string.h>
#include <ctype.h>
#include <sys/types.h>