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 <stdlib.h> #include <stdio.h> #include <math.h> -//#include <string> +#include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <errno.h> -//#include <unistd.h> +#if !defined(WIN32) +#include <unistd.h> +#endif #include <assert.h> #include <time.h> #undef CC_ZEIT_TIMES