diff options
Diffstat (limited to 'ui/spice-app.c')
-rw-r--r-- | ui/spice-app.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/spice-app.c b/ui/spice-app.c index 4325ac2d9c..641f4a9d53 100644 --- a/ui/spice-app.c +++ b/ui/spice-app.c @@ -221,3 +221,6 @@ static void register_spice_app(void) } type_init(register_spice_app); + +module_dep("ui-spice-core"); +module_dep("chardev-spice"); |