summary refs log tree commit diff stats
path: root/monitor/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'monitor/meson.build')
-rw-r--r--monitor/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/monitor/meson.build b/monitor/meson.build
index 6d00985ace..435d8abd06 100644
--- a/monitor/meson.build
+++ b/monitor/meson.build
@@ -1,6 +1,7 @@
 qmp_ss.add(files('monitor.c', 'qmp.c', 'qmp-cmds-control.c'))
 
 softmmu_ss.add(files(
+  'fds.c',
   'hmp-cmds.c',
   'hmp.c',
 ))