aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-05-22 12:55:32 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-05-22 12:55:32 +0000
commit20c61e6c2f0358433e63e18063b015c8daeb3142 (patch)
treeda73a470941bc168e55a7fc154272fcde4598a97 /x11-wm
parent538efb77206844cf5345777216625c8d2c3d0a88 (diff)
downloadports-20c61e6c2f0358433e63e18063b015c8daeb3142.tar.gz
ports-20c61e6c2f0358433e63e18063b015c8daeb3142.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/obtuner/files/patch-fthemes.h14
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);
+ };