commit f03a50b556fca9579fd5f2fc83629908d3684d83 parent 9cc303dd86a77ff76405acf6ba89e1fa5bf90777 Author: Devine Lu Linvega <aliceffekt@gmail.com> Date: Sun, 7 Nov 2021 15:55:32 -0500 Merge branch 'main' of git.sr.ht:~rabbits/uxn Diffstat:
M | src/devices/file.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/devices/file.c b/src/devices/file.c @@ -20,7 +20,6 @@ WITH REGARD TO THIS SOFTWARE. #include <string.h> #include <sys/stat.h> #include <unistd.h> -#include <limits.h> static FILE *f; static DIR *d;