Eric Blake <[email protected]> writes:
> As a followup to commit cbf2115, clean up the includes in files
> generated by QAPI so that osdep.h is included first in .c files,
> and headers which it implies are not included manually. This
> patch is done manually, since Coccinelle (and therefore
> scripts/clean-includes) doesn't see into the generator scripts.
>
> Signed-off-by: Eric Blake <[email protected]>
CC tests/check-qfloat.o
In file included from /home/armbru/work/qemu/include/qapi/qmp/qobject.h:37:0,
from /home/armbru/work/qemu/include/qapi/qmp/qfloat.h:18,
from /home/armbru/work/qemu/tests/check-qfloat.c:15:
./qapi-types.h:55:9: error: unknown type name ‘bool’
bool value;
^
Chicken and egg problem? check-qfloat.c doesn't include osdep.h, yet...