Raymond Toy pushed to branch issue-348-u_int64_t-to-uint64_t at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/lisp/os-common.c
    ... ... @@ -12,6 +12,7 @@
    12 12
     #include <math.h>
    
    13 13
     #include <netdb.h>
    
    14 14
     #include <pwd.h>
    
    15
    +#include <stdint.h>
    
    15 16
     #include <stdio.h>
    
    16 17
     #include <stdlib.h>
    
    17 18
     #include <string.h>