On Fri, Jan 11, 2019 at 6:48 PM Michael S. Tsirkin <m...@redhat.com> wrote: > > > > +#include "../../include/standard-headers/linux/qemu_fw_cfg.h" > > > > > > This depends on <stdint.h>, please include it first. > > Better to just pull in qemu/osdep.h
This header is used in the option roms that are bare-metal, so IMHO I can't include qemu/osdep.h here or in the option roms. Thanks, Stefano