diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-08-18 12:04:59 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-08-18 12:04:59 +0100 |
commit | 88c0ff52c479c7ec7a70448fe17946ee5ff68d3d (patch) | |
tree | 5aa8c8001b5ea2f7417dd2bf962347e527581425 /src/indicator-sound.h | |
parent | 44d47d0c4d334ba3cd2b8d9bd34893ba8c3dedf9 (diff) | |
parent | 4897f3ce524e6d91ecd0c70142556be0f29367b7 (diff) | |
download | ayatana-indicator-sound-88c0ff52c479c7ec7a70448fe17946ee5ff68d3d.tar.gz ayatana-indicator-sound-88c0ff52c479c7ec7a70448fe17946ee5ff68d3d.tar.bz2 ayatana-indicator-sound-88c0ff52c479c7ec7a70448fe17946ee5ff68d3d.zip |
merge the mpris2 operational branch
Diffstat (limited to 'src/indicator-sound.h')
-rw-r--r-- | src/indicator-sound.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/indicator-sound.h b/src/indicator-sound.h index 251295c..9f829bb 100644 --- a/src/indicator-sound.h +++ b/src/indicator-sound.h @@ -23,6 +23,10 @@ PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <libindicator/indicator.h> +#include <libindicator/indicator-object.h> +#include <libindicator/indicator-service-manager.h> +#include <libindicator/indicator-image-helper.h> #define INDICATOR_SOUND_TYPE (indicator_sound_get_type ()) #define INDICATOR_SOUND(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), INDICATOR_SOUND_TYPE, IndicatorSound)) |