summary refs log tree commit diff stats
path: root/tests/plugin/bb.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugin/bb.c')
-rw-r--r--tests/plugin/bb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/plugin/bb.c b/tests/plugin/bb.c
index 45e1de5bd6..f30bea08dc 100644
--- a/tests/plugin/bb.c
+++ b/tests/plugin/bb.c
@@ -14,6 +14,8 @@
 
 #include <qemu-plugin.h>
 
+QEMU_PLUGIN_EXPORT int qemu_plugin_version = QEMU_PLUGIN_VERSION;
+
 static uint64_t bb_count;
 static uint64_t insn_count;
 static bool do_inline;