diff options
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 ()) |