From eacfad7ed693c180158a5eee82335082a87973ea Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Mon, 2 Feb 2015 15:00:45 +0800 Subject: 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. --- gtk/gtkstylecontext.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk/gtkstylecontext.c') 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 -- cgit v1.2.1