# HG changeset patch # User Mark Doliner # Date 1175449096 0 # Node ID a741ec4dafa0160b129e7270c39f4b7b97ad2317 # Parent f61113b2603261d966c70182504efe04054db931 sf patch #1691784, from William Ehlhardt "Fixes a build-breaker introduced in SVN r18220." It compiled fine for me without including time.h, but I guess his os or distribution might be different. And this change is correct. diff -r f61113b26032 -r a741ec4dafa0 COPYRIGHT --- a/COPYRIGHT Sun Apr 01 17:23:25 2007 +0000 +++ b/COPYRIGHT Sun Apr 01 17:38:16 2007 +0000 @@ -97,6 +97,7 @@ Andrew Echols John Eckerdal Sean Egan +William Ehlhardt Markus Elfring Nelson Elhage Ignacio J. Elia diff -r f61113b26032 -r a741ec4dafa0 finch/libgnt/gntwm.h --- a/finch/libgnt/gntwm.h Sun Apr 01 17:23:25 2007 +0000 +++ b/finch/libgnt/gntwm.h Sun Apr 01 17:38:16 2007 +0000 @@ -3,6 +3,7 @@ #include "gntmenu.h" #include +#include #define GNT_TYPE_WM (gnt_wm_get_gtype()) #define GNT_WM(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GNT_TYPE_WM, GntWM))