summaryrefslogtreecommitdiff
path: root/deskutils/adesklets
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-05-25 12:57:52 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-05-25 12:57:52 +0000
commit8a372d08e0081cff804a69b6c778a1b7f79f49e8 (patch)
tree0e73c5f19a60986bea8103d1f900e14596154868 /deskutils/adesklets
parentAdd bdesktopclock 1.1.2, a wondeful clock for desktop environment. (diff)
Fix build on 6.x.
Reported by: krion
Notes
Notes: svn path=/head/; revision=136113
Diffstat (limited to 'deskutils/adesklets')
-rw-r--r--deskutils/adesklets/files/patch-src-command.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/adesklets/files/patch-src-command.h b/deskutils/adesklets/files/patch-src-command.h
new file mode 100644
index 000000000000..4019d5732972
--- /dev/null
+++ b/deskutils/adesklets/files/patch-src-command.h
@@ -0,0 +1,11 @@
+--- src/command.h.orig Wed May 25 16:51:55 2005
++++ src/command.h Wed May 25 16:52:21 2005
+@@ -70,6 +70,8 @@
+ #include <X11/X.h>
+ #endif
+
++#include <sys/select.h>
++
+ #include "types.h" /* Various typedef */
+ #include "error.h" /* Error wrapper */
+ #include "vector.h" /* Vector API */