aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/boot/compressed/error.c')
-rw-r--r--arch/x86/boot/compressed/error.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/boot/compressed/error.c b/arch/x86/boot/compressed/error.c
index 6248740b68b5..31922023de49 100644
--- a/arch/x86/boot/compressed/error.c
+++ b/arch/x86/boot/compressed/error.c
@@ -4,6 +4,7 @@
4 * memcpy() and memmove() are defined for the compressed boot environment. 4 * memcpy() and memmove() are defined for the compressed boot environment.
5 */ 5 */
6#include "misc.h" 6#include "misc.h"
7#include "error.h"
7 8
8void warn(char *m) 9void warn(char *m)
9{ 10{