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/
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
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(+)