summaryrefslogtreecommitdiff
path: root/gtk/gtkwin32theme.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-04-05 21:09:35 +0200
committerBenjamin Otte <otte@redhat.com>2012-04-17 08:59:19 +0200
commit1223d53a826bddd23318afd6eb8c69d5900882b7 (patch)
tree5b19a800ad9cd6d7bc4b6a2309fb2f80afc816e5 /gtk/gtkwin32theme.c
parent7606fcb52e6840da82b4a6a22b4af36ddda73fc9 (diff)
downloadgtk+-1223d53a826bddd23318afd6eb8c69d5900882b7.tar.gz
cssparser: Move symbolic color parser to gtksymboliccolor.c
Diffstat (limited to 'gtk/gtkwin32theme.c')
-rw-r--r--gtk/gtkwin32theme.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkwin32theme.c b/gtk/gtkwin32theme.c
index 0f385f9b9d..ebc7e85bbd 100644
--- a/gtk/gtkwin32theme.c
+++ b/gtk/gtkwin32theme.c
@@ -23,6 +23,8 @@
#include "gtkwin32themeprivate.h"
+#include <gtksymboliccolor.h>
+
#ifdef G_OS_WIN32
#include <cairo-win32.h>