Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/lisp/elf.c
    ... ... @@ -18,6 +18,7 @@
    18 18
     #include <fcntl.h>
    
    19 19
     #include <sys/types.h>
    
    20 20
     #include <unistd.h>
    
    21
    +#include <limits.h>
    
    21 22
     
    
    22 23
     #include "os.h"
    
    23 24
     #include "core.h"