]> andersk Git - openssh.git/blobdiff - entropy.c
- Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
[openssh.git] / entropy.c
index 84b1dd1d951d2fd908839db00e0e96c3855153d3..b80b61a5f6ecbdcf79df1f68be4454ee5f48da33 100644 (file)
--- a/entropy.c
+++ b/entropy.c
 #include <openssl/rand.h>
 #include <openssl/sha.h>
 
+/* SunOS 4.4.4 needs this */
+#ifdef HAVE_FLOATINGPOINT_H
+# include <floatingpoint.h>
+#endif /* HAVE_FLOATINGPOINT_H */
+
 RCSID("$Id$");
 
 #ifndef offsetof
This page took 0.032602 seconds and 4 git commands to generate.