diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-28 21:12:07 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-28 21:12:07 +0100 |
commit | 0e616c323a678732dbd593d0d430507e099fda9f (patch) | |
tree | a0ff25cb5b4f98d0c4ea2eb8a25a89248909f647 /src/play-button.h | |
parent | 33395ee8bff3e3d4b42bc40823eb9efe88f1611d (diff) | |
download | ayatana-indicator-sound-0e616c323a678732dbd593d0d430507e099fda9f.tar.gz ayatana-indicator-sound-0e616c323a678732dbd593d0d430507e099fda9f.tar.bz2 ayatana-indicator-sound-0e616c323a678732dbd593d0d430507e099fda9f.zip |
moving in the right direction
Diffstat (limited to 'src/play-button.h')
-rw-r--r-- | src/play-button.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/play-button.h b/src/play-button.h index a1e18f7..4f7cdd0 100644 --- a/src/play-button.h +++ b/src/play-button.h @@ -19,6 +19,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #ifndef __PLAY_BUTTON_H__ #define __PLAY_BUTTON_H__ +#include <gtk/gtk.h> + G_BEGIN_DECLS #define PLAY_BUTTON_TYPE (play_button_get_type ()) |