blob: 5ef6860501767aff59b9005efd26e36945d0420b (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- src/qt_theme_draw.c.orig 2008-03-16 16:40:55.000000000 +0000
+++ src/qt_theme_draw.c 2008-03-16 16:41:15.000000000 +0000
@@ -19,6 +19,7 @@
***************************************************************************/
#include <math.h>
+#include <stdlib.h>
#include <string.h>
#include <gtk/gtkprogressbar.h>
#include <gdk/gdk.h>
|