<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#
# From http://bugs.gentoo.org/show_bug.cgi?id=212435
#
diff -Naur openexr-1.6.1-orig/exrenvmap/main.cpp openexr-1.6.1/exrenvmap/main.cpp
--- openexr-1.6.1-orig/exrenvmap/main.cpp	2007-04-24 19:07:51.000000000 -0600
+++ openexr-1.6.1/exrenvmap/main.cpp	2008-01-12 20:28:56.000000000 -0600
@@ -43,6 +43,7 @@
 #include &lt;makeLatLongMap.h&gt;
 #include &lt;ImfEnvmap.h&gt;
 #include &lt;iostream&gt;
+#include &lt;cstring&gt;
 #include &lt;exception&gt;
 #include &lt;stdlib.h&gt;
 
diff -Naur openexr-1.6.1-orig/exrmaketiled/main.cpp openexr-1.6.1/exrmaketiled/main.cpp
--- openexr-1.6.1-orig/exrmaketiled/main.cpp	2007-04-24 19:08:45.000000000 -0600
+++ openexr-1.6.1/exrmaketiled/main.cpp	2008-01-12 20:28:14.000000000 -0600
@@ -45,6 +45,7 @@
 #include &lt;iostream&gt;
 #include &lt;exception&gt;
 #include &lt;string&gt;
+#include &lt;cstring&gt;
 #include &lt;stdlib.h&gt;
 
 using namespace Imf;

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