diff options
Diffstat (limited to 'plugins/sound/msd-sound-manager.c')
-rw-r--r-- | plugins/sound/msd-sound-manager.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/sound/msd-sound-manager.c b/plugins/sound/msd-sound-manager.c index c817e29..1bcdef9 100644 --- a/plugins/sound/msd-sound-manager.c +++ b/plugins/sound/msd-sound-manager.c @@ -45,8 +45,10 @@ struct MsdSoundManagerPrivate { +#ifdef HAVE_PULSE GSettings *settings; GList* monitors; +#endif /* HAVE_PULSE */ guint timeout; }; |