c063d87
Submitted upstream: <https://sourceforge.net/p/beecrypt/patches/13/>
c063d87
c063d87
diff --git a/blockmode.c b/blockmode.c
c063d87
index 46d1fde..9998c23 100644
c063d87
--- a/blockmode.c
c063d87
+++ b/blockmode.c
c063d87
@@ -29,6 +29,7 @@
c063d87
 # include "config.h"
c063d87
 #endif
c063d87
 
c063d87
+#include "beecrypt/endianness.h"
c063d87
 #include "beecrypt/blockmode.h"
c063d87
 
c063d87
 int blockEncryptECB(const blockCipher* bc, blockCipherParam* bp, uint32_t* dst, const uint32_t* src, unsigned int nblocks)