diff options
Diffstat (limited to 'x11-wm/obtuner')
-rw-r--r-- | x11-wm/obtuner/files/patch-fthemes.h | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/x11-wm/obtuner/files/patch-fthemes.h b/x11-wm/obtuner/files/patch-fthemes.h index 4bb584574640..8efcee56d8ad 100644 --- a/x11-wm/obtuner/files/patch-fthemes.h +++ b/x11-wm/obtuner/files/patch-fthemes.h @@ -1,10 +1,14 @@ ---- fthemes.h.orig Tue May 9 09:31:44 2006 -+++ fthemes.h Tue May 9 09:31:58 2006 -@@ -6,6 +6,7 @@ - #include "value.h" +--- fthemes.h.orig Wed Sep 14 08:53:37 2005 ++++ fthemes.h Mon May 22 12:21:54 2006 +@@ -7,6 +7,11 @@ #include "rc.h" #include <gtk/gtk.h> -+#include <sys/select.h> ++#include <sys/types.h> ++#include <sys/time.h> ++#include <unistd.h> ++#include <sys/select.h> ++ namespace Themes { GtkWidget *face(Rc &rc); + }; |