Re: [PATCH v2 08/15] scripts/qapi: add required system includes to visitor

2022-07-12 Thread Warner Losh
On Tue, Jul 12, 2022 at 3:36 AM wrote: > From: Marc-André Lureau > > The generated visitor code includes abort() & assert(), we shouldn't > rely on the global "-i" headers to include the necessary system headers. > > Signed-off-by: Marc-André Lureau > --- > scripts/qapi/visit.py | 2 ++ > 1

[PATCH v2 08/15] scripts/qapi: add required system includes to visitor

2022-07-12 Thread marcandre . lureau
From: Marc-André Lureau The generated visitor code includes abort() & assert(), we shouldn't rely on the global "-i" headers to include the necessary system headers. Signed-off-by: Marc-André Lureau --- scripts/qapi/visit.py | 2 ++ 1 file changed, 2 insertions(+) diff --git