File fireflies-gcc4.patch of Package fireflies
--- libgfx/src/raster.cxx.orig 2010-06-24 23:21:42.000000000 +0200 +++ libgfx/src/raster.cxx 2010-06-24 23:21:59.000000000 +0200 @@ -10,6 +10,7 @@ #include <gfx/raster.h> #include <string> +#include <cstring> #include <cctype> ByteRaster::ByteRaster(const ByteRaster &img) --- src/vroot.h.orig 2010-06-24 23:51:49.000000000 +0200 +++ src/vroot.h 2010-06-24 23:52:10.000000000 +0200 @@ -81,6 +81,7 @@ #include <X11/X.h> #include <X11/Xatom.h> #include <X11/Xlib.h> +#include <cstdio> static Window #ifdef __STDC__ /* ANSIfication added by jwz, to avoid superfluous warnings. */