]> Pileus Git - ~andy/gtk/commitdiff
Bug 670499-gtkthemingengine.c: Include fallback-c89.c
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 21 Feb 2012 04:43:57 +0000 (12:43 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 23 Feb 2012 04:23:59 +0000 (12:23 +0800)
This is due to the use of round and nearbyint() function, which are C99 functions...

gtk/gtkthemingengine.c

index 89a5f443d290ae819864d500625e3c18e257cd25..a430b8c767a2ee218cf45d62f23ac60af24f299a 100644 (file)
@@ -36,6 +36,8 @@
 #include "gtkroundedboxprivate.h"
 #include "gtkthemingbackgroundprivate.h"
 
+#include "fallback-c89.c"
+
 /**
  * SECTION:gtkthemingengine
  * @Short_description: Theming renderers