From 10f6b65545579fcac65d783156db7a70eeca2550 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 29 Jul 2013 11:18:10 +0200 Subject: stubdom: Fix stubdom undeclared function build warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This includes a few headers to fix some missing function declarations. ../grub-upstream/stage2/builtins.c:1728:3: warning: implicit declaration of function ‘do_exit’ [-Wimplicit-function-declaration] stubdom/include/xen/libelf/libelf.h:453:5: warning: implicit declaration of function ‘memcpy’ [-Wimplicit-function-declaration] Reported-by: IAN DELANEY Signed-off-by: Samuel Thibault Acked-by: Ian Campbell --- stubdom/grub/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stubdom') diff --git a/stubdom/grub/config.h b/stubdom/grub/config.h index 1649d51459..15a6583999 100644 --- a/stubdom/grub/config.h +++ b/stubdom/grub/config.h @@ -2,6 +2,7 @@ #undef putchar #include #include +#include #define debug _debug #define grub_halt(a) do_exit() #define printf grub_printf -- cgit v1.2.3