|
From: <the...@us...> - 2007-04-01 17:37:40
|
Revision: 18226
http://svn.sourceforge.net/gaim/?rev=18226&view=rev
Author: thekingant
Date: 2007-04-01 10:37:40 -0700 (Sun, 01 Apr 2007)
Log Message:
-----------
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.
Modified Paths:
--------------
trunk/COPYRIGHT
trunk/console/libgnt/gntwm.h
Modified: trunk/COPYRIGHT
===================================================================
--- trunk/COPYRIGHT 2007-04-01 17:31:56 UTC (rev 18225)
+++ trunk/COPYRIGHT 2007-04-01 17:37:40 UTC (rev 18226)
@@ -97,6 +97,7 @@
Andrew Echols
John Eckerdal
Sean Egan <sea...@gm...>
+William Ehlhardt
Nelson Elhage
Ignacio J. Elia
Brian Enigma
Modified: trunk/console/libgnt/gntwm.h
===================================================================
--- trunk/console/libgnt/gntwm.h 2007-04-01 17:31:56 UTC (rev 18225)
+++ trunk/console/libgnt/gntwm.h 2007-04-01 17:37:40 UTC (rev 18226)
@@ -3,6 +3,7 @@
#include "gntmenu.h"
#include <panel.h>
+#include <time.h>
#define GNT_TYPE_WM (gnt_wm_get_gtype())
#define GNT_WM(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GNT_TYPE_WM, GntWM))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|