From abdb704accaf728ebab6699758e12540cace5ff4 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 7 Jan 2002 17:47:22 -0500 Subject: [svn-r4795] Purpose: Extension Description: int64_t type is not available everywhere. #include H5private.h which has platform dependent hooks to define int64_t to something available. Platforms tested: Tflops --- perform/mpi-perf.c | 1 + perform/perf.c | 1 + 2 files changed, 2 insertions(+) diff --git a/perform/mpi-perf.c b/perform/mpi-perf.c index c21ca44..b17ed4b 100644 --- a/perform/mpi-perf.c +++ b/perform/mpi-perf.c @@ -8,6 +8,7 @@ */ #include "hdf5.h" +#include "H5private.h" #ifdef H5_HAVE_PARALLEL /* mpi-perf.c * diff --git a/perform/perf.c b/perform/perf.c index b029059..086defa 100644 --- a/perform/perf.c +++ b/perform/perf.c @@ -8,6 +8,7 @@ */ #include "hdf5.h" +#include "H5private.h" #ifdef H5_HAVE_PARALLEL #include #include -- cgit v0.12