From 96ff4b0b102a527af70fdc79fc92c7b1069d36f4 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Wed, 20 Jul 2005 06:45:00 +0000 Subject: [PATCH] memset require string.h on Linux. This commit was SVN r6559. --- orte/class/orte_pointer_array.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/orte/class/orte_pointer_array.h b/orte/class/orte_pointer_array.h index 02c5988aaa..a40a95e6ac 100644 --- a/orte/class/orte_pointer_array.h +++ b/orte/class/orte_pointer_array.h @@ -24,6 +24,10 @@ #include "orte_config.h" +#if HAVE_STRING_H +#include +#endif /* HAVE_STRING_H */ + #include "opal/threads/mutex.h" #include "opal/class/opal_object.h"