From: Roger Pau Monné Date: Wed, 24 Feb 2021 11:48:13 +0000 (+0100) Subject: hvmloader: use Xen private header for elf structs X-Git-Tag: archive/raspbian/4.16.0+51-g0941d6cb-1+rpi1~2^2~42^2~876 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=81b2b328a26c1b89c275898d12e8ab26c0673dad;p=xen.git hvmloader: use Xen private header for elf structs Do not use the system provided elf.h, and instead use elfstructs.h from libelf. Signed-off-by: Roger Pau Monné Acked-by: Jan Beulich Reviewed-by: Ian Jackson Release-Acked-by: Ian Jackson --- diff --git a/tools/firmware/hvmloader/32bitbios_support.c b/tools/firmware/hvmloader/32bitbios_support.c index 114135022e..e726946a7b 100644 --- a/tools/firmware/hvmloader/32bitbios_support.c +++ b/tools/firmware/hvmloader/32bitbios_support.c @@ -21,7 +21,7 @@ */ #include -#include +#include #ifdef __sun__ #include #endif