From 78dfaeb008424757fb37eed520d9789db30b94c7 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Thu, 18 Jan 2007 17:40:21 +0000 Subject: [PATCH] Missing include file when this is "included" by itself This commit was SVN r13192. --- opal/runtime/opal.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/opal/runtime/opal.h b/opal/runtime/opal.h index 5643fa1b01..2b35ea8eca 100644 --- a/opal/runtime/opal.h +++ b/opal/runtime/opal.h @@ -21,6 +21,8 @@ #ifndef OPAL_H #define OPAL_H +#include "opal_config.h" + #if defined(c_plusplus) || defined(__cplusplus) extern "C" { #endif