summaryrefslogtreecommitdiffstats
path: root/src/H5Dfarray.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Dfarray.c')
-rw-r--r--src/H5Dfarray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dfarray.c b/src/H5Dfarray.c
index 62c4150..486fb54 100644
--- a/src/H5Dfarray.c
+++ b/src/H5Dfarray.c
@@ -218,7 +218,7 @@ H5FL_DEFINE_STATIC(H5D_farray_ctx_t);
H5FL_DEFINE_STATIC(H5D_farray_ctx_ud_t);
/* Declare a free list to manage the H5O_layout_t struct */
-H5FL_DEFINE_STATIC(H5O_layout_t);
+H5FL_EXTERN(H5O_layout_t);
/*-------------------------------------------------------------------------