summary refs log tree commit diff stats
path: root/tests/qtest/libqmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qtest/libqmp.h')
-rw-r--r--tests/qtest/libqmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/libqmp.h b/tests/qtest/libqmp.h
index 3445b753ff..4a931c93ab 100644
--- a/tests/qtest/libqmp.h
+++ b/tests/qtest/libqmp.h
@@ -18,7 +18,7 @@
 #ifndef LIBQMP_H
 #define LIBQMP_H
 
-#include "qapi/qmp/qdict.h"
+#include "qobject/qdict.h"
 
 QDict *qmp_fd_receive(int fd);
 #ifndef _WIN32