From: Taylor R Campbell <campbell@mumble.net>
Date: Wed, 7 Nov 2018 16:27:15 +0000 (+0000)
Subject: Need "osentropy.h" for OS_get_entropy.
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2b328d088af1f49ca5eb61cf547c442ac0029438;p=mit-scheme.git

Need "osentropy.h" for OS_get_entropy.
---

diff --git a/src/microcode/prentropy.c b/src/microcode/prentropy.c
index 110f2acb6..2e4bc100f 100644
--- a/src/microcode/prentropy.c
+++ b/src/microcode/prentropy.c
@@ -24,6 +24,7 @@ USA.
 
 */
 
+#include "osentropy.h"
 #include "prims.h"
 
 DEFINE_PRIMITIVE ("GET-ENTROPY", Prim_get_entropy, 1, 1,