]> Pileus Git - ~andy/gtk/commitdiff
stylecontext: #include <math.h> when using math functions
authorBenjamin Otte <otte@redhat.com>
Mon, 27 Jun 2011 00:59:19 +0000 (02:59 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 5 Jul 2011 20:08:10 +0000 (16:08 -0400)
gtk/gtkstylecontext.c

index d63d35bac45232f11be0934a2361d94b6feb4ce2..549fbaf411b42ab0d0cf9e0a83d363065a2e536c 100644 (file)
@@ -20,6 +20,7 @@
 #include "config.h"
 
 #include <gdk/gdk.h>
+#include <math.h>
 #include <stdlib.h>
 #include <gobject/gvaluecollector.h>