summaryrefslogtreecommitdiffstats
path: root/test/big.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/big.c')
-rw-r--r--test/big.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/big.c b/test/big.c
index 9de9f3d..7b2b68c 100644
--- a/test/big.c
+++ b/test/big.c
@@ -21,7 +21,7 @@
#endif
#include <hdf5.h>
-#include <H5private.h> /*needed for HDfprintf() */
+#include <H5private.h> /*needed for HDfprintf() and long_long*/
#define FNAME "big%05d.h5"
#define DNAME "big.data"
@@ -30,7 +30,7 @@
#define FAMILY_SIZE 1024*1024*1024
#if SIZEOF_LONG_LONG > SIZEOF_LONG
-#define GB8LL ((unsigned long long)8*1024*1024*1024)
+#define GB8LL ((unsigned long_long)8*1024*1024*1024)
#elif SIZEOF___INT64 > SIZEOF_LONG
#define GB8LL ((unsigned __int64)8*1024*1024*1024)
#elif SIZEOF_LONG >= 8