Added #include <limits.h> to src/ikarus-runtime.c.

This commit is contained in:
Abdulaziz Ghuloum 2009-08-26 18:50:55 +03:00
parent 8adc203ded
commit 399a428382
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
1848
1849

View File

@ -22,6 +22,7 @@
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <limits.h>
#include <fcntl.h>
#include <string.h>
#include <strings.h>