diff --git a/capplets/sound/ChangeLog b/capplets/sound/ChangeLog index 7a6c52908..479d70a54 100644 --- a/capplets/sound/ChangeLog +++ b/capplets/sound/ChangeLog @@ -1,3 +1,9 @@ +2006-07-26 Ali Akcaagac + + Fixes #348755 + + * sound-properties-capplet.c: only include libhal if HAL is enabled. + 2006-07-23 Sebastien Bacher * gnome-settings-sound.desktop.in.in: diff --git a/capplets/sound/sound-properties-capplet.c b/capplets/sound/sound-properties-capplet.c index 20b68fa10..a6b7c39ae 100644 --- a/capplets/sound/sound-properties-capplet.c +++ b/capplets/sound/sound-properties-capplet.c @@ -41,7 +41,9 @@ #include #include +#if USE_HAL #include +#endif #include /* Needed only for the sound capplet */