On Wed, Nov 13, 2024 at 4:49 PM Andrew Cooper <andrew.coop...@citrix.com> wrote: > > Split out of yet-more microcode cleanup work. > > Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com> > --- > CC: Jan Beulich <jbeul...@suse.com> > CC: Roger Pau Monné <roger....@citrix.com> > --- > xen/include/xen/earlycpio.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/xen/include/xen/earlycpio.h b/xen/include/xen/earlycpio.h > index d4992035982d..b1dafc3b0b75 100644 > --- a/xen/include/xen/earlycpio.h > +++ b/xen/include/xen/earlycpio.h > @@ -1,6 +1,8 @@ > #ifndef _EARLYCPIO_H > #define _EARLYCPIO_H > > +#include <xen/types.h> > + > #define MAX_CPIO_FILE_NAME 18 > > struct cpio_data { > > base-commit: 38febce5b35a7a4391906499b2046f01ec0129ca
Reviewed-by: Frediano Ziglio <frediano.zig...@cloud.com> Frediano