]> diplodocus.org Git - nmh/blobdiff - sbr/m_rand.c
new.c: Order two return statements to match comment.
[nmh] / sbr / m_rand.c
index 8544cfb24a59853be1988e083da8bb18b79203e1..3227aef9690088c61d7f5152d400615cbc39e951 100644 (file)
@@ -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
  *
  * 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 <time.h>    /* for time() */
 
 #include <config.h>
 #include <time.h>    /* for time() */
 
 #include <config.h>
+#include "m_rand.h"
 
 #if !HAVE_ARC4RANDOM
 static int seeded = 0;
 
 #if !HAVE_ARC4RANDOM
 static int seeded = 0;