From 73da57f093a422229c053333a81738a97ac000fb Mon Sep 17 00:00:00 2001 From: Scott Balneaves Date: Tue, 1 Jan 2013 15:45:06 -0600 Subject: Fix deprecations --- src/gsm_color_button.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gsm_color_button.h') diff --git a/src/gsm_color_button.h b/src/gsm_color_button.h index ac8d87e..0194887 100644 --- a/src/gsm_color_button.h +++ b/src/gsm_color_button.h @@ -27,7 +27,9 @@ #include #include #include +#ifndef RSVG_CAIRO_H #include +#endif G_BEGIN_DECLS /* The GtkColorSelectionButton widget is a simple color picker in a button. -- cgit v1.2.1