[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] xen/earlycpio: Fix header to be standalone
commit 5022dfe513c6f179eb87561ce770bc6eeeb4da2a Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> AuthorDate: Wed Nov 6 14:17:37 2024 +0000 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Thu Nov 14 19:55:09 2024 +0000 xen/earlycpio: Fix header to be standalone Split out of yet-more microcode cleanup work. Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx> Reviewed-by: Frediano Ziglio <frediano.ziglio@xxxxxxxxx> --- 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 d499203598..b1dafc3b0b 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 { -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |