diff options
Diffstat (limited to 'include/mtd/ubifs-media.h')
-rw-r--r-- | include/mtd/ubifs-media.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mtd/ubifs-media.h b/include/mtd/ubifs-media.h index fe62d0e..a324e90 100644 --- a/include/mtd/ubifs-media.h +++ b/include/mtd/ubifs-media.h @@ -33,6 +33,8 @@ #ifndef __UBIFS_MEDIA_H__ #define __UBIFS_MEDIA_H__ +#include <asm/byteorder.h> + /* UBIFS node magic number (must not have the padding byte first or last) */ #define UBIFS_NODE_MAGIC 0x06101831 |