mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
15 lines
322 B
Plaintext
15 lines
322 B
Plaintext
$NetBSD: patch-random_c,v 1.1 2012/07/30 03:33:12 dholland Exp $
|
|
|
|
- use standard headers
|
|
|
|
--- random.c~ 2004-05-05 08:30:39.000000000 +0000
|
|
+++ random.c
|
|
@@ -22,6 +22,7 @@ char uni_id[] = "$Id: random.c,v 1.6 199
|
|
* #include <sys/time.h>
|
|
*/
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <math.h>
|
|
typedef struct
|
|
{
|