--- lrzip_private.h.ORIG 2015-03-10 10:25:42.000000000 +0100 +++ lrzip_private.h 2016-06-06 22:45:03.322754326 +0200 @@ -67,6 +67,10 @@ # include #endif #ifndef __BYTE_ORDER +# ifndef __BIG_ENDIAN +# define __BIG_ENDIAN 4321 +# define __LITTLE_ENDIAN 1234 +# endif # ifdef WORDS_BIGENDIAN # define __BYTE_ORDER __BIG_ENDIAN # else