<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">See https://gitlab.onelab.info/gmsh/gmsh/-/commit/bf34003a7587c5e0f293835b577b328280a1cdd7

--- contrib/blossom/concorde97/INCLUDE/machdefs.h.orig	2020-09-08 11:07:54
+++ contrib/blossom/concorde97/INCLUDE/machdefs.h	2023-05-23 06:16:27
@@ -9,12 +9,14 @@
 #include &lt;stdlib.h&gt;
 #include &lt;stdio.h&gt;
 #include &lt;math.h&gt;
-//#include &lt;string&gt;
+#include &lt;string.h&gt;
 #include &lt;sys/types.h&gt;
 #include &lt;sys/stat.h&gt;
 #include &lt;fcntl.h&gt;
 #include &lt;errno.h&gt;
-//#include &lt;unistd.h&gt;
+#if !defined(WIN32)
+#include &lt;unistd.h&gt;
+#endif
 #include &lt;assert.h&gt;
 #include &lt;time.h&gt;
 #undef CC_ZEIT_TIMES
</pre></body></html>