shithub: femtolisp

Download patch

ref: dd77f60ddbf09ea4049567cab9e5703514cc206f
parent: 235a5a52f16165fc359f0cd8c3f8cbf970a90413
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Wed Nov 20 22:11:00 EST 2024

mp test: fix on openbsd - have to include stdio.h

--- a/3rd/mp/test.c
+++ b/3rd/mp/test.c
@@ -1,3 +1,4 @@
+#include <stdio.h>
 #include "platform.h"
 #include "mp.h"
 #include "ieee754.h"