michael@37: Index: random/unix.c michael@37: --- random/unix.c.orig 2005-08-23 00:48:20 +0200 michael@37: +++ random/unix.c 2005-09-06 20:55:10 +0200 michael@37: @@ -24,6 +24,9 @@ michael@37: #include michael@37: #include michael@37: #include michael@37: +#ifdef __FreeBSD__ michael@37: +#include michael@37: +#endif michael@37: #include "crypt.h" michael@37: michael@37: /* Unix and Unix-like systems share the same makefile, make sure that the