diff options
Diffstat (limited to 'tools/h5repart.c')
-rw-r--r-- | tools/h5repart.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/h5repart.c b/tools/h5repart.c index 077ca73..6704f38 100644 --- a/tools/h5repart.c +++ b/tools/h5repart.c @@ -14,7 +14,7 @@ /* See H5private.h for how to include system headers */ #include <hdf5.h> -#ifdef STDC_HEADERS +#ifdef H5_STDC_HEADERS # include <ctype.h> # include <errno.h> # include <fcntl.h> @@ -23,12 +23,12 @@ # include <string.h> #endif -#ifdef HAVE_UNISTD_H +#ifdef H5_HAVE_UNISTD_H # include <sys/types.h> # include <unistd.h> #endif -#ifdef HAVE_SYS_STAT_H +#ifdef H5_HAVE_SYS_STAT_H # include <sys/stat.h> #endif |