diff options
| -rw-r--r-- | arch/x86/boot/compressed/misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/boot/compressed/misc.h b/arch/x86/boot/compressed/misc.h index 4abb284a5b9c..8fcbe6c4d7d9 100644 --- a/arch/x86/boot/compressed/misc.h +++ b/arch/x86/boot/compressed/misc.h @@ -19,6 +19,7 @@ #include <asm/page.h> #include <asm/boot.h> #include <asm/bootparam.h> +#include "../string.h" #include <asm/bootparam_utils.h> #define BOOT_BOOT_H |
