diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2015-02-02 15:00:45 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2015-02-02 15:00:45 +0800 |
commit | eacfad7ed693c180158a5eee82335082a87973ea (patch) | |
tree | ce7a1863e08e3ee3365668d2adebefbf1079b50b /gtk/gtkstylecontext.c | |
parent | 31d3be96e4168f886293bae52ad1cee56b043881 (diff) | |
download | gtk+-eacfad7ed693c180158a5eee82335082a87973ea.tar.gz |
gtkstylecontext.c: Include fallback-c89.c
round() is now being used in the function, so that compilers without
round() in their math.h is supported.
Diffstat (limited to 'gtk/gtkstylecontext.c')
-rw-r--r-- | gtk/gtkstylecontext.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c index c3e70f741c..d717abfb2b 100644 --- a/gtk/gtkstylecontext.c +++ b/gtk/gtkstylecontext.c @@ -53,6 +53,8 @@ #include "deprecated/gtkgradientprivate.h" #include "deprecated/gtksymboliccolorprivate.h" +#include "fallback-c89.c" + /** * SECTION:gtkstylecontext * @Short_description: Rendering UI elements |