summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/H5FDstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDstream.c b/src/H5FDstream.c
index a60ec6c..7c0b272 100644
--- a/src/H5FDstream.c
+++ b/src/H5FDstream.c
@@ -46,7 +46,7 @@
#endif
#endif
-#ifndef HAVE_STRUCT_SOCKLEN_T
+#ifndef H5_HAVE_SOCKLEN_T
typedef int socklen_t;
#endif