summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-12-12 20:22:24 +0300
committerMarc-André Lureau <marcandre.lureau@redhat.com>2017-01-31 23:31:22 +0400
commit213dcb060f77a3e2704135d9c4da38b11673f8e9 (patch)
tree8ab265847b0dc28a460c5be3ce99f567123f865d /tests
parent6aa0f0c90048f57cfea7c98f46a4db1e2fe78142 (diff)
downloadqemu-213dcb060f77a3e2704135d9c4da38b11673f8e9.tar.gz
char: headers clean-up
Those could probably be squashed with earlier patches, however I couldn't easily identify them, test them or check if there are still necessary on various platforms. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/vhost-user-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/vhost-user-test.c b/tests/vhost-user-test.c
index f3ac6ea21a..2c45c7b29f 100644
--- a/tests/vhost-user-test.c
+++ b/tests/vhost-user-test.c
@@ -12,6 +12,7 @@
#include "libqtest.h"
#include "qapi/error.h"
+#include "qemu/config-file.h"
#include "qemu/option.h"
#include "qemu/range.h"
#include "qemu/sockets.h"