summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-12-17 06:31:27 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-12-17 06:31:27 (GMT)
commit0a00732c4d9ba64a0507fd5dfe73929496383074 (patch)
tree118510150237305430e8198140f12b297355cb63 /src
parent1ab7e61c392e471cbb3ec4cd5dfd1c375a2d4562 (diff)
downloadhdf5-0a00732c4d9ba64a0507fd5dfe73929496383074.zip
hdf5-0a00732c4d9ba64a0507fd5dfe73929496383074.tar.gz
hdf5-0a00732c4d9ba64a0507fd5dfe73929496383074.tar.bz2
[svn-r28696] Minor normalization with revise_chunks.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Diffstat (limited to 'src')
-rw-r--r--src/H5AC.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5AC.c b/src/H5AC.c
index 93f1ee4..f5b331f 100644
--- a/src/H5AC.c
+++ b/src/H5AC.c
@@ -46,6 +46,7 @@
#include "H5FDprivate.h" /* File drivers */
#include "H5Iprivate.h" /* IDs */
#include "H5Pprivate.h" /* Property lists */
+#include "H5SLprivate.h" /* Skip Lists */
/****************/