summaryrefslogtreecommitdiff
path: root/parallel/openmpi/patches/patch-ompi_contrib_vt_vt_extlib_otf_tools_otfprofile_clustering.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/openmpi/patches/patch-ompi_contrib_vt_vt_extlib_otf_tools_otfprofile_clustering.cpp')
-rw-r--r--parallel/openmpi/patches/patch-ompi_contrib_vt_vt_extlib_otf_tools_otfprofile_clustering.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/parallel/openmpi/patches/patch-ompi_contrib_vt_vt_extlib_otf_tools_otfprofile_clustering.cpp b/parallel/openmpi/patches/patch-ompi_contrib_vt_vt_extlib_otf_tools_otfprofile_clustering.cpp
new file mode 100644
index 00000000000..5f6053b7428
--- /dev/null
+++ b/parallel/openmpi/patches/patch-ompi_contrib_vt_vt_extlib_otf_tools_otfprofile_clustering.cpp
@@ -0,0 +1,14 @@
+$NetBSD: patch-ompi_contrib_vt_vt_extlib_otf_tools_otfprofile_clustering.cpp,v 1.1 2012/06/12 23:36:31 asau Exp $
+
+Define WEXITSTATUS.
+
+--- ompi/contrib/vt/vt/extlib/otf/tools/otfprofile/clustering.cpp.orig 2011-12-14 01:44:13.000000000 +0000
++++ ompi/contrib/vt/vt/extlib/otf/tools/otfprofile/clustering.cpp
+@@ -3,6 +3,7 @@
+ Authors: Andreas Knuepfer, Robert Dietrich, Matthias Jurenz
+ */
+
++#include <sys/wait.h>
+ #include <fstream>
+ #include <iostream>
+ #include <sstream>