blob: d1d35a2604d686e39e1c85a34cad52f36b14c863 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-af,v 1.5 2008/08/22 09:42:15 ghen Exp $
--- security/nss/lib/freebl/unix_rand.c.orig 2007-07-26 01:18:55.000000000 +0200
+++ security/nss/lib/freebl/unix_rand.c
@@ -35,6 +35,7 @@
* ***** END LICENSE BLOCK ***** */
#include <stdio.h>
+#include <fcntl.h>
#include <string.h>
#include <signal.h>
#include <unistd.h>
|