stubdom: Fix stubdom undeclared function build warnings
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 29 Jul 2013 09:18:10 +0000 (11:18 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 2 Aug 2013 14:37:26 +0000 (15:37 +0100)
commit10f6b65545579fcac65d783156db7a70eeca2550
treeb5ce73d1d8a03eef16c29652d10bdfaac6458d07
parent6072b7c808043b6886c33f896e06fc32ee28346e
stubdom: Fix stubdom undeclared function build warnings

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 <della5@iinet.com.au>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
stubdom/grub/config.h
xen/include/xen/libelf.h