diff options
-rw-r--r-- | tools/h5jam/tellub.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/h5jam/tellub.c b/tools/h5jam/tellub.c index 96d332c..e018eda 100644 --- a/tools/h5jam/tellub.c +++ b/tools/h5jam/tellub.c @@ -13,10 +13,13 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include <stdio.h> -#include <stdlib.h> + +#ifdef H5_HAVE_UNISTD_H #include <unistd.h> +#endif #include "hdf5.h" +#include "H5private.h" #include "h5tools_utils.h" #define TRUE 1 |