diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2021-05-13 18:20:08 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-05-26 14:49:46 +0200 |
commit | aaad026480e91266be19dad6c5aa3b83579b6b6e (patch) | |
tree | 026d19ec58b8c05fd965a0848a47701943eeb3a1 /qobject | |
parent | b4420f198dd8eab53cf6062c1871d0e5f5601e86 (diff) | |
download | qemu-aaad026480e91266be19dad6c5aa3b83579b6b6e.zip qemu-aaad026480e91266be19dad6c5aa3b83579b6b6e.tar.gz qemu-aaad026480e91266be19dad6c5aa3b83579b6b6e.tar.bz2 |
tests/qtest/fuzz: Fix build failure
On Fedora 32, using clang (version 10.0.1-3.fc32) we get:
tests/qtest/fuzz/fuzz.c:237:5: error: implicit declaration of function 'qemu_init' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
qemu_init(result.we_wordc, result.we_wordv, NULL);
^
qemu_init() is declared in "sysemu/sysemu.h", include this
header to fix.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210513162008.3922223-1-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qobject')
0 files changed, 0 insertions, 0 deletions