summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2009-10-16 15:51:13 +0200
committerJavier Jardón <jjardon@gnome.org>2010-05-03 01:51:17 +0200
commit575d3ffa839a5076eab313ea5ecfcea4243d63c6 (patch)
tree58ed1bd01e26ea6c05c01e931cfa61b2c2240f26
parent1e8fa9354a29c9550ce8a07e6b28ff7ec8dbd033 (diff)
downloadgtk+-575d3ffa839a5076eab313ea5ecfcea4243d63c6.tar.gz
Include gtkspinner.h in GtkStyle
-rw-r--r--gtk/gtkstyle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c
index 488cfc33de..ac49234952 100644
--- a/gtk/gtkstyle.c
+++ b/gtk/gtkstyle.c
@@ -41,6 +41,7 @@
#include "gtksettings.h" /* _gtk_settings_parse_convert() */
#include "gtkintl.h"
#include "gtkalias.h"
+#include "gtkspinner.h"
#define LIGHTNESS_MULT 1.3
#define DARKNESS_MULT 0.7