diff options
author | Dan Wells <dwells@cs.uiuc.edu> | 1998-10-08 21:04:50 (GMT) |
---|---|---|
committer | Dan Wells <dwells@cs.uiuc.edu> | 1998-10-08 21:04:50 (GMT) |
commit | 04ca978cba84b5a97327edaef3ea3398e7d3cc69 (patch) | |
tree | 9ab7fb506dc8be7b7f198db3bfa44b2e4935cd10 /src | |
parent | 32684b8801345eea7332726d87875f43ab469572 (diff) | |
download | hdf5-04ca978cba84b5a97327edaef3ea3398e7d3cc69.zip hdf5-04ca978cba84b5a97327edaef3ea3398e7d3cc69.tar.gz hdf5-04ca978cba84b5a97327edaef3ea3398e7d3cc69.tar.bz2 |
[svn-r748] added include file for Pablo Tracing inside the conditional expansion for
HAVE_PABLO.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Smpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Smpio.c b/src/H5Smpio.c index 2610f94..022c95d 100644 --- a/src/H5Smpio.c +++ b/src/H5Smpio.c @@ -27,6 +27,7 @@ /* const hbool_t H5S_mpio_avail = FALSE; */ #else /* HAVE_PARALLEL */ /* Interface initialization */ +#include "MPIO_Trace.h" #define PABLO_MASK H5S_all_mask #define INTERFACE_INIT NULL static intn interface_initialize_g = FALSE; |