From 41f9cd822439d91ffd9158f1c8b0f1e6b1a7abbc Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 19 Jul 2005 12:23:07 +0000 Subject: [PATCH] Add missing for size_t and friends (which is not automatically included in optimized builds). This commit was SVN r6547. --- orte/include/orte_types.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/orte/include/orte_types.h b/orte/include/orte_types.h index b107e6fe25..e98432afd4 100644 --- a/orte/include/orte_types.h +++ b/orte/include/orte_types.h @@ -18,6 +18,12 @@ #ifndef ORTE_TYPES_H #define ORTE_TYPES_H +#include "orte_config.h" + +#ifdef HAVE_SYS_TYPES_H +#include +#endif + /** * Supported datatypes for messaging and storage operations. *