aboutsummaryrefslogtreecommitdiff
path: root/tests/test-bitmap.c
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2020-10-08 20:59:53 +0400
committerLaurent Vivier <laurent@vivier.eu>2020-10-13 13:33:46 +0200
commit662770af7c6e8cf02aebdbf53cae6828ea1e49aa (patch)
treedeaee06ee2e85a28c228fe291eabf0b1191d0280 /tests/test-bitmap.c
parentb5c6b870efe1c279b363d08c78ab76365ca7156e (diff)
downloadqemu-662770af7c6e8cf02aebdbf53cae6828ea1e49aa.zip
qemu-662770af7c6e8cf02aebdbf53cae6828ea1e49aa.tar.gz
qemu-662770af7c6e8cf02aebdbf53cae6828ea1e49aa.tar.bz2
mingw: fix error __USE_MINGW_ANSI_STDIO redefined
Always put osdep.h first, and remove redundant stdlib.h include. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20201008165953.884599-1-marcandre.lureau@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'tests/test-bitmap.c')
-rw-r--r--tests/test-bitmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-bitmap.c b/tests/test-bitmap.c
index 2f5b714..8db4f67 100644
--- a/tests/test-bitmap.c
+++ b/tests/test-bitmap.c
@@ -8,7 +8,6 @@
* Author: Peter Xu <peterx@redhat.com>
*/
-#include <stdlib.h>
#include "qemu/osdep.h"
#include "qemu/bitmap.h"