summaryrefslogtreecommitdiff
path: root/src/gsm_color_button.h
diff options
context:
space:
mode:
authorScott Balneaves <[email protected]>2013-01-01 15:45:06 -0600
committerScott Balneaves <[email protected]>2013-01-01 15:45:06 -0600
commit73da57f093a422229c053333a81738a97ac000fb (patch)
treeb7b0dfb6b8bf00d5bc8d3c446871ad0a46878bbc /src/gsm_color_button.h
parentfd824a7e03a8303801db03abf59fbdd5dfe3e39a (diff)
downloadmate-system-monitor-73da57f093a422229c053333a81738a97ac000fb.tar.bz2
mate-system-monitor-73da57f093a422229c053333a81738a97ac000fb.tar.xz
Fix deprecations
Diffstat (limited to 'src/gsm_color_button.h')
-rw-r--r--src/gsm_color_button.h2
1 files changed, 2 insertions, 0 deletions
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 <gtk/gtk.h>
#include <cairo.h>
#include <librsvg/rsvg.h>
+#ifndef RSVG_CAIRO_H
#include <librsvg/rsvg-cairo.h>
+#endif
G_BEGIN_DECLS
/* The GtkColorSelectionButton widget is a simple color picker in a button.