X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3800e2f1d7cbd085f8faf8df6141f92e8ee0617e..d3e11c5e9:/sbr/m_rand.c?ds=inline diff --git a/sbr/m_rand.c b/sbr/m_rand.c index 8544cfb2..3227aef9 100644 --- a/sbr/m_rand.c +++ b/sbr/m_rand.c @@ -1,5 +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 @@ -12,6 +11,7 @@ #include /* for time() */ #include +#include "m_rand.h" #if !HAVE_ARC4RANDOM static int seeded = 0;