$OpenBSD: patch-generic_random_c,v 1.1.1.1 2010/07/28 17:24:01 sebastia Exp $

fix implicit declarations

--- generic/random.c.orig	Sun Jul 18 14:22:55 2010
+++ generic/random.c	Sun Jul 18 14:23:09 2010
@@ -33,6 +33,7 @@
 #include "memchanInt.h"
 #include "../isaac/rand.h"
 #include <time.h>
+#include <string.h>
 /*
  * Forward declarations of internal procedures.
  */
