Re: [PATCH 06/10] exec/ramblock: Add missing includes

2022-02-05 Thread Richard Henderson
On 2/4/22 06:37, Philippe Mathieu-Daudé wrote: Add missing includes to avoid when refactoring include/ include/exec/ramblock.h:26:21: error: field has incomplete type 'struct rcu_head' struct rcu_head rcu; ^ Signed-off-by: Philippe Mathieu-Daudé --- include/exec/

Re: [PATCH 06/10] exec/ramblock: Add missing includes

2022-02-04 Thread Thomas Huth
On 03/02/2022 20.37, Philippe Mathieu-Daudé wrote: Add missing includes to avoid when refactoring include/ include/exec/ramblock.h:26:21: error: field has incomplete type 'struct rcu_head' struct rcu_head rcu; ^ ... and errors due to missing definition of RAMBlock

[PATCH 06/10] exec/ramblock: Add missing includes

2022-02-03 Thread Philippe Mathieu-Daudé via
Add missing includes to avoid when refactoring include/ include/exec/ramblock.h:26:21: error: field has incomplete type 'struct rcu_head' struct rcu_head rcu; ^ Signed-off-by: Philippe Mathieu-Daudé --- include/exec/ramblock.h | 2 ++ 1 file changed, 2 insertions(+)