<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- libpthread/linuxthreads/sysdeps/pthread/pthread.h
+++ libpthread/linuxthreads/sysdeps/pthread/pthread.h
@@ -17,8 +17,8 @@
 
 #include &lt;features.h&gt;
 
-#include &lt;sched.h&gt;
-#include &lt;time.h&gt;
+#include &lt;linux/sched.h&gt;
+#include &lt;linux/time.h&gt;
 
 #define __need_sigset_t
 #include &lt;signal.h&gt;

</pre></body></html>