[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH] xen/earlycpio: Fix header to be standalone
Split out of yet-more microcode cleanup work. Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- CC: Jan Beulich <JBeulich@xxxxxxxx> CC: Roger Pau Monné <roger.pau@xxxxxxxxxx> --- 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 -- 2.39.5
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |