diff options
-rw-r--r-- | src/H5private.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/H5private.h b/src/H5private.h index 9efc617..2d42902 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -48,8 +48,9 @@ */ #ifdef HAVE_PABLO # define IOTRACE -# include "IOTrace.h" -# include "ProcIDS.h" +# define HDFIOTRACE +# include "HDFIOTrace.h" +# include "ProcIDs.h" #endif /* Does the compiler support the __attribute__(()) syntax? */ |