1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 23:27:06 +00:00
termux-packages/packages/racket/newgc.c.patch
2022-09-22 08:01:48 +09:00

11 lines
281 B
Diff

--- ../cache/racket-6.11/src/racket/gc2/newgc.c 2017-07-07 19:13:22.000000000 +0000
+++ ./src/bc/gc2/newgc.c
@@ -10,6 +10,7 @@
#include <stdio.h>
#include <string.h>
#include <errno.h>
+#include <strings.h>
#include "platforms.h"
#include "../src/schpriv.h"
#include "gc2.h"