Raymond Toy pushed to branch issue-348-u_int64_t-to-uint64_t at cmucl / cmucl
Commits: 84b956b5 by Raymond Toy at 2024-08-21T02:34:59+00:00 Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Carl Shapiro <cshapiro@panix.com> - - - - -
1 changed file:
- src/lisp/os-common.c
Changes:
===================================== src/lisp/os-common.c ===================================== @@ -12,6 +12,7 @@ #include <math.h> #include <netdb.h> #include <pwd.h> +#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h>
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/84b956b5727292d09312306f...