diff options
Diffstat (limited to 'lib_mips')
-rw-r--r-- | lib_mips/bootm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_mips/bootm.c b/lib_mips/bootm.c index 3db22eafd40..54af24cba3f 100644 --- a/lib_mips/bootm.c +++ b/lib_mips/bootm.c @@ -24,7 +24,7 @@ #include <common.h> #include <command.h> #include <image.h> -#include <zlib.h> +#include <u-boot/zlib.h> #include <asm/byteorder.h> #include <asm/addrspace.h> |