summaryrefslogtreecommitdiffstats
path: root/src/H5FDsrb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDsrb.c')
-rw-r--r--src/H5FDsrb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDsrb.c b/src/H5FDsrb.c
index 0bd7e48..68de6d5 100644
--- a/src/H5FDsrb.c
+++ b/src/H5FDsrb.c
@@ -21,7 +21,7 @@ static hid_t H5FD_SRB_g = 0;
#ifdef H5_HAVE_SRB
-#ifdef HAVE_LSEEK64
+#ifdef H5_HAVE_LSEEK64
# define file_offset_t off64_t
# define file_seek lseek64
#else