1
0
mirror of https://github.com/janet-lang/janet synced 2024-10-03 01:00:40 +00:00

Put limits.h back.

This commit is contained in:
Calvin Rose 2024-05-18 15:31:23 -05:00
parent 02f53ca014
commit 809b6589a1

View File

@ -33,6 +33,7 @@
#include <time.h>
#include <fcntl.h>
#include <errno.h>
#include <limits.h>
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>