diff finch/libgnt/gntwm.h @ 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 f00f2e283ffb
children 82b6fdd899a9
line wrap: on
line diff
--- 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))