<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- Python/random.c
+++ Python/random.c
@@ -6,6 +6,9 @@
 #ifdef HAVE_SYS_STAT_H
 #include &lt;sys/stat.h&gt;
 #endif
+#if defined(HAVE_GETENTROPY) &amp;&amp; defined(HAVE_SYS_RANDOM_H)
+#include &lt;sys/random.h&gt;
+#endif
 #endif
 
 #ifdef Py_DEBUG
</pre></body></html>