summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJerome Soumagne <jsoumagne@hdfgroup.org>2014-06-18 20:17:05 (GMT)
committerJerome Soumagne <jsoumagne@hdfgroup.org>2014-06-18 20:17:05 (GMT)
commit9e9c5a5d1b7ee8d85480f717a32431e38fcdd555 (patch)
treeacba08f64a05207dfa2cbbc8f0fa4cbccdc86139 /src
parent43dfc8ff98327fb9fe443d96967ee16d310b68d8 (diff)
downloadhdf5-9e9c5a5d1b7ee8d85480f717a32431e38fcdd555.zip
hdf5-9e9c5a5d1b7ee8d85480f717a32431e38fcdd555.tar.gz
hdf5-9e9c5a5d1b7ee8d85480f717a32431e38fcdd555.tar.bz2
[svn-r25322] Fix typo in hdf5.h and include H5ASpublic.h
Diffstat (limited to 'src')
-rw-r--r--src/hdf5.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/hdf5.h b/src/hdf5.h
index 3735585..99cd9e5 100644
--- a/src/hdf5.h
+++ b/src/hdf5.h
@@ -24,6 +24,7 @@
#include "H5public.h"
#include "H5Apublic.h" /* Attributes */
#include "H5ACpublic.h" /* Metadata cache */
+#include "H5ASpublic.h" /* Analysis shipping */
#include "H5Dpublic.h" /* Datasets */
#include "H5Epublic.h" /* Errors */
#include "H5ESpublic.h" /* Event Stacks */
@@ -41,10 +42,10 @@
#include "H5RCpublic.h" /* Read Contexts */
#include "H5Spublic.h" /* Dataspaces */
#include "H5Tpublic.h" /* Datatypes */
-#include "H5TRpublic.h" /* Transcations */
-#include "H5Vpublic.h" /* Views */
+#include "H5TRpublic.h" /* Transactions */
+#include "H5Vpublic.h" /* Views */
#ifdef H5_HAVE_INDEXING
-#include "H5Xpublic.h" /* Index plugins */
+#include "H5Xpublic.h" /* Index plugins */
#endif
#include "H5Zpublic.h" /* Data filters */
#include "H5VLpublic.h" /* VOL plugins */