summaryrefslogtreecommitdiffstats
path: root/tests/check-qint.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-02-08 18:08:51 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:45:28 -0600
commitc824f57faeea96a8e5ee73f66d287b4289724cde (patch)
treec44115b96ca6876db0d16a76a86bb3a57cccafaf /tests/check-qint.c
parent3504aac29a8e665012783db6a718aee8c63436cc (diff)
downloadhqemu-c824f57faeea96a8e5ee73f66d287b4289724cde.zip
hqemu-c824f57faeea96a8e5ee73f66d287b4289724cde.tar.gz
tests: Clean up includes
Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Eric Blake <eblake@redhat.com> Tested-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/check-qint.c')
-rw-r--r--tests/check-qint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check-qint.c b/tests/check-qint.c
index 8686884..c86f7df 100644
--- a/tests/check-qint.c
+++ b/tests/check-qint.c
@@ -9,6 +9,7 @@
* This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
* See the COPYING.LIB file in the top-level directory.
*/
+#include "qemu/osdep.h"
#include <glib.h>
#include "qapi/qmp/qint.h"
OpenPOWER on IntegriCloud