mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 23:50:56 -08:00
limits.h needed for INT_MAX, UINT_MAX, etc
This commit is contained in:
parent
b4f65887e7
commit
1c435cd8ff
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
/******************************** IMPORTS *****************************/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <limits.h>
|
||||
#include "ecl.h"
|
||||
#include "internal.h"
|
||||
#ifdef TK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue