pkgsrc-ng/x11/xmountains/patches/patch-random_c
2013-09-26 17:14:40 +02:00

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
{