aboutsummaryrefslogtreecommitdiff
path: root/ubifs-utils/common/fscrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'ubifs-utils/common/fscrypt.c')
-rw-r--r--ubifs-utils/common/fscrypt.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ubifs-utils/common/fscrypt.c b/ubifs-utils/common/fscrypt.c
index b75bdf7..94c6c37 100644
--- a/ubifs-utils/common/fscrypt.c
+++ b/ubifs-utils/common/fscrypt.c
@@ -18,8 +18,12 @@
* David Oberhollenzer <david.oberhollenzer@sigma-star.at>
*/
+#include <endian.h>
+
#define PROGRAM_NAME "mkfs.ubifs"
+#include "common.h"
#include "fscrypt.h"
+#include "defs.h"
static __u8 fscrypt_masterkey[FS_MAX_KEY_SIZE];