diff options
Diffstat (limited to 'common/cmd_bmp.c')
-rw-r--r-- | common/cmd_bmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cmd_bmp.c b/common/cmd_bmp.c index 3a97133..daa54e7 100644 --- a/common/cmd_bmp.c +++ b/common/cmd_bmp.c @@ -28,6 +28,7 @@ #include <common.h> #include <bmp_layout.h> #include <command.h> +#include <asm/byteorder.h> #if (CONFIG_COMMANDS & CFG_CMD_BMP) |