aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreutils/sha1sum.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/sha1sum.c b/coreutils/sha1sum.c
index d79a88ec1..03009f76f 100644
--- a/coreutils/sha1sum.c
+++ b/coreutils/sha1sum.c
@@ -29,10 +29,10 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-
+#include <endian.h>
#include "busybox.h"
-#ifdef WORDS_BIGENDIAN
+#if __BYTE_ORDER == __BIG_ENDIAN
# define SWAP(n) (n)
#else
# define SWAP(n) \