[svn-r22728] I forgot to include H5MMprivate.h header file for using H5MM_free function.

Tested on koala.
This commit is contained in:
Raymond Lu 2012-08-30 11:00:31 -05:00
parent 527a6edb3e
commit 60daa9be2b

View File

@ -28,6 +28,7 @@
#include "H5Eprivate.h" /* Error handling */
#include "H5FLprivate.h" /* Free Lists */
#include "H5Iprivate.h" /* IDs */
#include "H5MMprivate.h" /* Memory management */
#include "H5Sprivate.h" /* Dataspace */
#ifdef H5_HAVE_PARALLEL