<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/ld/parsers/lto_file.cpp.orig	2012-12-30 20:08:12.000000000 -0800
+++ src/ld/parsers/lto_file.cpp	2012-12-30 20:08:32.000000000 -0800
@@ -35,6 +35,8 @@
 #include &lt;ext/hash_set&gt;
 #include &lt;ext/hash_map&gt;
 
+#include &lt;pthread.h&gt;
+
 #include "MachOFileAbstraction.hpp"
 #include "Architectures.hpp"
 #include "ld.hpp"
--- src/other/rebase.cpp.orig	2013-02-08 09:28:44.000000000 -0800
+++ src/other/rebase.cpp	2013-02-08 09:29:01.000000000 -0800
@@ -29,6 +29,7 @@
 #include &lt;limits.h&gt;
 #include &lt;stdarg.h&gt;
 #include &lt;stdio.h&gt;
+#include &lt;stdlib.h&gt;
 #include &lt;fcntl.h&gt;
 #include &lt;errno.h&gt;
 #include &lt;unistd.h&gt;
</pre></body></html>