summaryrefslogtreecommitdiff
path: root/src/siphash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/siphash.cpp')
-rw-r--r--src/siphash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/siphash.cpp b/src/siphash.cpp
index 796624978..03b042cb6 100644
--- a/src/siphash.cpp
+++ b/src/siphash.cpp
@@ -71,7 +71,7 @@
#endif
// Attempt to work on unenumerated platforms.
-#if defined(le64toh) && !defined(__le64toh)
+#if defined(le64toh) && !defined(_le64toh)
# define _le64toh le64toh
#endif