From 1a3771fdc715137dd3455d9ab59632740d90252e Mon Sep 17 00:00:00 2001 From: "Konstantin Kirik (snegovick)" Date: Thu, 4 Dec 2025 18:15:04 +0300 Subject: Add missing nrand declaration --- emu/port/devssl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emu/port/devssl.c b/emu/port/devssl.c index c8c16fc3..57d4d684 100644 --- a/emu/port/devssl.c +++ b/emu/port/devssl.c @@ -8,6 +8,8 @@ #include "mp.h" #include "libsec.h" +int nrand(int n); + typedef struct OneWay OneWay; struct OneWay { -- cgit v1.2.3