blob: b7da59bfe88f6753da5ee565883d237063a5f102 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-au,v 1.6 2002/03/05 21:05:54 dmcmahill Exp $
--- routines/randlib/Rand.c.orig Mon Jul 17 09:02:35 2000
+++ routines/randlib/Rand.c Tue Mar 5 07:21:27 2002
@@ -1,4 +1,8 @@
/* Copyright Enpc/Cergrene */
+#ifdef __NetBSD__
+#include <string.h>
+#endif
+
#include "../../routines/stack-c.h"
#include "grand.h"
|