<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- ./exo/exo-gdk-pixbuf-extensions.c.orig	2007-12-02 13:33:44.000000000 +0100
+++ ./exo/exo-gdk-pixbuf-extensions.c	2009-01-28 08:27:09.000000000 +0100
@@ -43,9 +43,11 @@
 #ifdef HAVE_MATH_H
 #include &lt;math.h&gt;
 #endif
+#if defined(__GNUC__) &amp;&amp; defined(__MMX__)
 #ifdef HAVE_MMINTRIN_H
 #include &lt;mmintrin.h&gt;
 #endif
+#endif
 #ifdef HAVE_STDLIB_H
 #include &lt;stdlib.h&gt;
 #endif
</pre></body></html>