<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/gle/surface/ffitcontour.cpp.orig	2015-08-16 02:51:24.000000000 -0500
+++ src/gle/surface/ffitcontour.cpp	2018-01-17 20:40:01.000000000 -0600
@@ -43,7 +43,7 @@
 
 /* "f2c.h" defines abs() -- conflict with the definition in &lt;math.h&gt; */
 /* changing the order solves the problem */
-#if ( defined(__OS2__) &amp;&amp; defined(__EMX__) ) || defined(__WIN32__)
+#if ( defined(__OS2__) &amp;&amp; defined(__EMX__) ) || defined(__WIN32__) || defined(__APPLE__)
 #include &lt;stdio.h&gt;
 #include &lt;math.h&gt;
 #include "f2c.h"
</pre></body></html>