You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
348 B
14 lines
348 B
|
21 years ago
|
Index: random/unix.c
|
||
|
|
--- random/unix.c.orig 2005-08-23 00:48:20 +0200
|
||
|
|
+++ random/unix.c 2005-09-06 20:55:10 +0200
|
||
|
|
@@ -24,6 +24,9 @@
|
||
|
|
#include <stdio.h>
|
||
|
|
#include <string.h>
|
||
|
|
#include <time.h>
|
||
|
|
+#ifdef __FreeBSD__
|
||
|
|
+#include <pthread.h>
|
||
|
|
+#endif
|
||
|
|
#include "crypt.h"
|
||
|
|
|
||
|
|
/* Unix and Unix-like systems share the same makefile, make sure that the
|