summaryrefslogtreecommitdiffstats
path: root/src/H5Eprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Eprivate.h')
-rw-r--r--src/H5Eprivate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Eprivate.h b/src/H5Eprivate.h
index 041104e..75360f3 100644
--- a/src/H5Eprivate.h
+++ b/src/H5Eprivate.h
@@ -132,7 +132,6 @@ H5_DLL herr_t H5E_push (H5E_major_t maj_num, H5E_minor_t min_num,
H5_DLL herr_t H5E_clear (void);
H5_DLL herr_t H5E_walk (H5E_direction_t dir, H5E_walk_t func,
void *client_data);
-#endif
#ifdef H5_HAVE_PARALLEL
/*
@@ -159,3 +158,5 @@ extern int H5E_mpi_error_str_len;
HRETURN_ERROR(H5E_INTERNAL, H5E_MPI, retcode, str); \
}
#endif
+
+#endif