summaryrefslogtreecommitdiffstats
path: root/test/src/SFMT.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/SFMT.c')
-rw-r--r--test/src/SFMT.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/src/SFMT.c b/test/src/SFMT.c
index 433d7f6..e6f8dee 100644
--- a/test/src/SFMT.c
+++ b/test/src/SFMT.c
@@ -49,6 +49,9 @@
#include "test/jemalloc_test.h"
#include "test/SFMT-params.h"
+#if defined(JEMALLOC_BIG_ENDIAN) && !defined(BIG_ENDIAN64)
+#define BIG_ENDIAN64 1
+#endif
#if defined(__BIG_ENDIAN__) && !defined(__amd64) && !defined(BIG_ENDIAN64)
#define BIG_ENDIAN64 1
#endif