mirror of
https://github.com/qemu/qemu.git
synced 2024-11-23 19:03:38 +08:00
stubs: Fix warning caused by missing include statement
Warning from the Sparse static analysis tool: stubs/qtest.c:14:6: warning: symbol 'qtest_allowed' was not declared. Should it be static? Add the missing include statement which declares qtest_allowed. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
51575c3fca
commit
2822c1b65b
@ -8,7 +8,7 @@
|
||||
* See the COPYING file in the top-level directory.
|
||||
*/
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "sysemu/qtest.h"
|
||||
|
||||
/* Needed for qtest_allowed() */
|
||||
bool qtest_allowed;
|
||||
|
Loading…
Reference in New Issue
Block a user