X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/a92a0909e5718db781ac21b72e118060b2f28692..5a5e8b42fe55f6af9329b4df243f252ea8a5496e:/entropy.c diff --git a/entropy.c b/entropy.c index d60583b3..8b705397 100644 --- a/entropy.c +++ b/entropy.c @@ -27,6 +27,18 @@ #include #include +#ifdef HAVE_SYS_STAT_H +# include +#endif + +#ifdef HAVE_FCNTL_H +# include +#endif +#include +#include +#include +#include + #include #include #include @@ -38,7 +50,6 @@ #include "pathnames.h" #include "log.h" #include "buffer.h" -#include "bufaux.h" /* * Portable OpenSSH PRNG seeding: