X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..c576ad2674c37a1c63f004c71049998f38854c64:/sbr/m_rand.c diff --git a/sbr/m_rand.c b/sbr/m_rand.c index cfb9986d..3227aef9 100644 --- a/sbr/m_rand.c +++ b/sbr/m_rand.c @@ -1,4 +1,4 @@ -/* m_rand -- provides pseudorandom bytes +/* m_rand.c -- provides pseudorandom bytes * * This code is Copyright (c) 2012, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -11,6 +11,7 @@ #include /* for time() */ #include +#include "m_rand.h" #if !HAVE_ARC4RANDOM static int seeded = 0;