diff options
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5public.h b/src/H5public.h index d3f6ba3..9404cae 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -18,6 +18,10 @@ #include <H5config.h> /*from configure */ #include <sys/types.h> +#ifdef STDC_HEADERS +# include <limits.h> /*for H5T_NATIVE_CHAR defn in H5Tpublic.h */ +#endif + #include <stddef.h> #ifdef HAVE_PARALLEL # include <mpi.h> |