diff options
author | Robert Staudinger <robsta@gnome.org> | 2009-08-31 15:31:12 +0200 |
---|---|---|
committer | Robert Staudinger <robsta@gnome.org> | 2009-08-31 15:31:12 +0200 |
commit | 5735a6387bef4738108fdff573eb52039184fe4c (patch) | |
tree | 06589419ca2e1c460b2642a020442695a31af62a /ccss-gtk | |
parent | b2aaf22effbfa9945dbc6213e74652523b46ae79 (diff) |
[function] Deprecate struct fields.
Diffstat (limited to 'ccss-gtk')
-rw-r--r-- | ccss-gtk/ccss-gtk-functions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ccss-gtk/ccss-gtk-functions.c b/ccss-gtk/ccss-gtk-functions.c index 3192892..c2c5106 100644 --- a/ccss-gtk/ccss-gtk-functions.c +++ b/ccss-gtk/ccss-gtk-functions.c @@ -20,6 +20,7 @@ */ #include <ccss/ccss.h> +#include <ccss/ccss-function-impl.h> #include <gtk/gtk.h> #include "ccss-gtk-functions.h" #include "ccss-gtk-color.h" |