summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJerome Soumagne <jsoumagne@hdfgroup.org>2015-07-23 03:59:00 (GMT)
committerJerome Soumagne <jsoumagne@hdfgroup.org>2016-11-29 23:42:29 (GMT)
commitaad69f0c017570af2165482b6efa189007c4271f (patch)
tree1c388cbedb7d9179875cf68ae3b2591eb1e0a62e /src
parent851aa79f6adead6b1959545dcd6091be7d1d760a (diff)
downloadhdf5-aad69f0c017570af2165482b6efa189007c4271f.zip
hdf5-aad69f0c017570af2165482b6efa189007c4271f.tar.gz
hdf5-aad69f0c017570af2165482b6efa189007c4271f.tar.bz2
Fix for latest fastbit revision
Diffstat (limited to 'src')
-rw-r--r--src/H5Xfastbit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Xfastbit.c b/src/H5Xfastbit.c
index 5b83375..7ec8023 100644
--- a/src/H5Xfastbit.c
+++ b/src/H5Xfastbit.c
@@ -40,7 +40,7 @@
* functionality of FastBit IBIS implementation. It is primarily for
* in memory data.
*/
-#include <iapi.h>
+#include <fastbit/iapi.h>
/****************/
/* Local Macros */