mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r28798] Description:
Add missing H5MMprivate.h header file Tested on: Linux/32 2.6.x (jam) w/serial MacOSX/64 10.11.2 (amazon) w/serial & parallel
This commit is contained in:
parent
4c5bb2b8db
commit
4b90bb3317
@ -42,6 +42,7 @@
|
||||
#include "H5private.h" /* Generic Functions */
|
||||
#include "H5B2pkg.h" /* v2 B-trees */
|
||||
#include "H5Eprivate.h" /* Error handling */
|
||||
#include "H5MMprivate.h" /* Memory management */
|
||||
|
||||
|
||||
/****************/
|
||||
|
@ -38,7 +38,8 @@
|
||||
#include "H5B2pkg.h" /* v2 B-trees */
|
||||
#include "H5Eprivate.h" /* Error handling */
|
||||
#include "H5MFprivate.h" /* File memory management */
|
||||
#include "H5VMprivate.h" /* Vectors and arrays */
|
||||
#include "H5MMprivate.h" /* Memory management */
|
||||
#include "H5VMprivate.h" /* Vectors and arrays */
|
||||
|
||||
/****************/
|
||||
/* Local Macros */
|
||||
|
@ -38,7 +38,8 @@
|
||||
#include "H5B2pkg.h" /* v2 B-trees */
|
||||
#include "H5Eprivate.h" /* Error handling */
|
||||
#include "H5MFprivate.h" /* File memory management */
|
||||
#include "H5VMprivate.h" /* Vectors and arrays */
|
||||
#include "H5MMprivate.h" /* Memory management */
|
||||
#include "H5VMprivate.h" /* Vectors and arrays */
|
||||
|
||||
/****************/
|
||||
/* Local Macros */
|
||||
|
Loading…
x
Reference in New Issue
Block a user