From 0dcf44af56a1aab177256c1dce184572fab70c77 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 10 Feb 2009 19:20:07 +0000 Subject: [PATCH] patch for gcc 4.3 from Thierry Thomas --- utils/misc/mshsort.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/misc/mshsort.cpp b/utils/misc/mshsort.cpp index f44802ab6a..457133cf1c 100644 --- a/utils/misc/mshsort.cpp +++ b/utils/misc/mshsort.cpp @@ -6,8 +6,9 @@ // A small utility that reads a Gmsh mesh file and makes the numbering // dense (without gaps in the node/element number sequences) +#include <stdlib.h> #include <stdio.h> -#include <strings.h> +#include <string.h> #include <vector> #include <map> -- GitLab