Fix build on 4.x.

Reported by:	pointyhat via kris
This commit is contained in:
Roman Bogorodskiy 2006-05-22 12:55:32 +00:00
parent 538efb7720
commit 20c61e6c2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163093

View file

@ -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);
};