diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2015-10-01 19:27:39 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2015-10-01 19:27:39 (GMT) |
commit | d80a13f75a408bf01069a8b276c4229d118307e8 (patch) | |
tree | 6d3ccba703135b0844b7c20d7895c0bc082b5df7 /src/H5HLdbg.c | |
parent | e686da7c03d01d4c96bf39aeda02bb25d736a6da (diff) | |
parent | 4dc2218ab5622f81c3dd9d68020ac7357f413c50 (diff) | |
download | hdf5-d80a13f75a408bf01069a8b276c4229d118307e8.zip hdf5-d80a13f75a408bf01069a8b276c4229d118307e8.tar.gz hdf5-d80a13f75a408bf01069a8b276c4229d118307e8.tar.bz2 |
[svn-r27930] merge from trunk.
Diffstat (limited to 'src/H5HLdbg.c')
-rw-r--r-- | src/H5HLdbg.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5HLdbg.c b/src/H5HLdbg.c index edddd65..3620511 100644 --- a/src/H5HLdbg.c +++ b/src/H5HLdbg.c @@ -18,7 +18,8 @@ * * Purpose: Local Heap object debugging functions. */ -#define H5HL_PACKAGE /* Suppress error about including H5HLpkg */ + +#include "H5HLmodule.h" /* This source code file is part of the H5HL module */ #include "H5private.h" /* Generic Functions */ |