ref: 69fd8e4e8387931d43f9bc84a51a80b59364ca59
parent: 253360811e60a4a87673c1425b5c5f701f3b1d4b
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"
--
⑨