--- gtk-engines-0.12/pixmap/pixmap_theme_draw.c.includes	2000-02-06 21:33:43.000000000 -0500
+++ gtk-engines-0.12/pixmap/pixmap_theme_draw.c	2002-10-10 11:20:58.000000000 -0400
@@ -1,3 +1,4 @@
+#include <string.h>
 #include <math.h>
 #include "pixmap_theme.h"
 
--- gtk-engines-0.12/redmond95/redmond95_theme_draw.c.includes	1998-12-16 12:55:32.000000000 -0500
+++ gtk-engines-0.12/redmond95/redmond95_theme_draw.c	2002-10-10 11:21:44.000000000 -0400
@@ -1,3 +1,4 @@
+#include <string.h>
 #include <math.h>
 #include <gtk/gtk.h>
 
--- gtk-engines-0.12/notif/notif_theme_draw.c.includes	1998-12-16 12:55:24.000000000 -0500
+++ gtk-engines-0.12/notif/notif_theme_draw.c	2002-10-10 11:22:12.000000000 -0400
@@ -1,3 +1,4 @@
+#include <string.h>
 #include <math.h>
 #include <gtk/gtk.h>
 
--- gtk-engines-0.12/raleigh/raleigh_theme_draw.c.includes	2001-03-02 22:50:42.000000000 -0500
+++ gtk-engines-0.12/raleigh/raleigh_theme_draw.c	2002-10-10 11:22:33.000000000 -0400
@@ -1,5 +1,6 @@
 #include "raleigh.h"
 
+#include <string.h>
 #include <math.h>
 #include <gtk/gtk.h>
 
--- gtk-engines-0.12/gtk-thinice-theme-1.0.3/thinice_theme_draw.c.includes	1999-04-17 15:34:11.000000000 -0400
+++ gtk-engines-0.12/gtk-thinice-theme-1.0.3/thinice_theme_draw.c	2002-10-10 11:23:08.000000000 -0400
@@ -4,6 +4,8 @@
 */ 
 
 #include "thinice_theme.h"
+#include <stdio.h>
+#include <string.h>
 #include <math.h>
 
 #define DETAIL(xx) ((detail) && (!strcmp(xx, detail)))
