changeset 15981:a741ec4dafa0

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.
author Mark Doliner <mark@kingant.net>
date Sun, 01 Apr 2007 17:38:16 +0000
parents f61113b26032
children c0e33c71e900
files COPYRIGHT finch/libgnt/gntwm.h
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <seanegan@gmail.com>
+William Ehlhardt
 Markus Elfring
 Nelson Elhage
 Ignacio J. Elia
--- 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 <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))