limits.h needed for INT_MAX, UINT_MAX, etc

This commit is contained in:
jjgarcia 2004-10-29 17:00:05 +00:00
parent b4f65887e7
commit 1c435cd8ff

View file

@ -17,6 +17,7 @@
/******************************** IMPORTS *****************************/
#include <stdlib.h>
#include <limits.h>
#include "ecl.h"
#include "internal.h"
#ifdef TK