diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-08-18 10:55:43 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-08-18 10:55:43 +0100 |
commit | 8c5284005a19897d5e07fdb9bfe62b0a5d126058 (patch) | |
tree | 4dee261f96c7f87113be00e0c185dd49eefa97fc /src/indicator-sound.h | |
parent | f18466945a43718111ec93a79f1936157b02ce3f (diff) | |
download | ayatana-indicator-sound-8c5284005a19897d5e07fdb9bfe62b0a5d126058.tar.gz ayatana-indicator-sound-8c5284005a19897d5e07fdb9bfe62b0a5d126058.tar.bz2 ayatana-indicator-sound-8c5284005a19897d5e07fdb9bfe62b0a5d126058.zip |
tests fixed, and metadata height reset readjustment fixed
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)) |