From 40014d81f2c7793781c8afa74713d72da10e6f0f Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 17 Apr 2017 19:34:36 +0200 Subject: migration: Export qemu-file-channel.c functions in its own file Signed-off-by: Juan Quintela Reviewed-by: Dr. David Alan Gilbert --- tests/test-vmstate.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/test-vmstate.c b/tests/test-vmstate.c index f694a89..1c13570 100644 --- a/tests/test-vmstate.c +++ b/tests/test-vmstate.c @@ -27,6 +27,7 @@ #include "qemu-common.h" #include "migration/migration.h" #include "migration/vmstate.h" +#include "../migration/qemu-file-channel.h" #include "qemu/coroutine.h" #include "io/channel-file.h" -- cgit v1.1