diff options
Diffstat (limited to 'lib/elf.c')
-rw-r--r-- | lib/elf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elf.c b/lib/elf.c index d074e4e0a7d..0476b2614c3 100644 --- a/lib/elf.c +++ b/lib/elf.c @@ -11,7 +11,7 @@ #include <net.h> #include <vxworks.h> #ifdef CONFIG_X86 -#include <vbe.h> +#include <vesa.h> #include <asm/e820.h> #include <linux/linkage.h> #endif |